#0E64A9

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

Shades of Denim #0E64A9

Tints of Denim #0E64A9

Color information

#0E64A9 (or 0x0E64A9) is unknown color: approx Denim. HEX triplet: 0E, 64 and A9. RGB value is (14,100,169). Sum of RGB (Red+Green+Blue) = 14+100+169=283 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.95% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 169 (66.41% from 255 or 59.72% from 283); Max value from RGB is 169 - color contains mainly: blue. Hex color #0E64A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E64A9 is #F19B56. Grayscale: #515151. Windows color (decimal): -15833943 or 11101198. OLE color: 11101198.

HSL color Cylindrical-coordinate representation of color #0E64A9: hue angle of 206.71º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E64A9 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB14100169-
CMYK0.920.4100.34
HSL206.71º84.7%35.88%-
HSV(B)206.71º91.72%66.27%-
XYZ11.912.0739.24-
YUV82.15177.0179.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.95%
GREEN value IS 100 (39.45% from 255) = 35.34%
BLUE value IS 169 (66.41% from 255) = 59.72%
R=4.95%
G=35.34%
B=59.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal141001690.920.4100.34206.7184.735.88
HexE64A95C29022cf5524
Octal161442511345104231712544
Binary111011001001010100110111001010010100010110011111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E64A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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