#0E64BB

Color #0E64BB Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #0E64BB

Tints of Denim #0E64BB

Color information

#0E64BB (or 0x0E64BB) is unknown color: approx Denim. HEX triplet: 0E, 64 and BB. RGB value is (14,100,187). Sum of RGB (Red+Green+Blue) = 14+100+187=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E64BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E64BB is #F19B44. Grayscale: #535353. Windows color (decimal): -15833925 or 12280846. OLE color: 12280846.

HSL color Cylindrical-coordinate representation of color #0E64BB: hue angle of 210.17º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E64BB is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14100187-
CMYK0.930.4700.27
HSL210.17º86.07%39.41%-
HSV(B)210.17º92.51%73.33%-
XYZ13.7112.848.76-
YUV84.2186.0177.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 4.65%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 187 (73.44% from 255) = 62.13%
R=4.65%
G=33.22%
B=62.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141001870.930.4700.27210.1786.0739.41
HexE64BB5D2F01Bd25627
Octal161442731355703332212647
Binary11101100100101110111011101101111011011110100101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E64BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E64BB; }

 p { color: rgb(14,100,187); }

 H1.HeaderClassName
 {
   color: #0E64BB;
 }
 .AnyTagClassName
 {
   color: #0E64BB;
 }
</style>
background-color css

<style>
 a { background-color: #0E64BB; }

 a { background-color: rgb(14,100,187); }

 div.DivClassName
 {
   background-color: #0E64BB;
 }
 .BgClassName
 {
   background-color: #0E64BB;
 }
</style>
border-color css

<style>
 span { border-color: #0E64BB; }

 span { border-color: rgb(14,100,187); }

 td.TdClassName
 {
   border-color: #0E64BB;
 }
 .TagClassName
 {
   border-color: #0E64BB;
 }
</style>