#0E64E4

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

Shades of Navy Blue #0E64E4

Tints of Navy Blue #0E64E4

Color information

#0E64E4 (or 0x0E64E4) is unknown color: approx Navy Blue. HEX triplet: 0E, 64 and E4. RGB value is (14,100,228). Sum of RGB (Red+Green+Blue) = 14+100+228=342 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.09% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 228 (89.45% from 255 or 66.67% from 342); Max value from RGB is 228 - color contains mainly: blue. Hex color #0E64E4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E64E4 is #F19B1B. Grayscale: #585858. Windows color (decimal): -15833884 or 14967822. OLE color: 14967822.

HSL color Cylindrical-coordinate representation of color #0E64E4: hue angle of 215.89º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E64E4 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14100228-
CMYK0.940.5600.11
HSL215.89º88.43%47.45%-
HSV(B)215.89º93.86%89.41%-
XYZ18.7414.8175.27-
YUV88.88206.5174.59-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.09%
GREEN value IS 100 (39.45% from 255) = 29.24%
BLUE value IS 228 (89.45% from 255) = 66.67%
R=4.09%
G=29.24%
B=66.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal141002280.940.5600.11215.8988.4347.45
HexE64E45E380Bd8582f
Octal161443441367001333013057
Binary1110110010011100100101111011100001011110110001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E64E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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