#0e478a

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

Shades of Dark Cerulean #0E478A

Tints of Dark Cerulean #0E478A

Color information

#0E478A (or 0x0E478A) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 47 and 8A. RGB value is (14,71,138). Sum of RGB (Red+Green+Blue) = 14+71+138=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 138 (54.30% from 255 or 61.88% from 223); Max value from RGB is 138 - color contains mainly: blue. Hex color #0E478A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E478A is #F1B875. Grayscale: #3D3D3D. Windows color (decimal): -15841398 or 9062158. OLE color: 9062158.

HSL color Cylindrical-coordinate representation of color #0E478A: hue angle of 212.42º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E478A is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1471138-
CMYK0.900.4900.46
HSL212.42º81.58%29.8%-
HSV(B)212.42º89.86%54.12%-
XYZ7.026.4324.92-
YUV61.6171.1294.05-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.28%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 138 (54.30% from 255) = 61.88%
R=6.28%
G=31.84%
B=61.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal14711380.900.4900.46212.4281.5829.8
HexE478A5A3102Ed4521e
Octal161072121326105632412236
Binary11101000111100010101011010110001010111011010100101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e478a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,71,138); }

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

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

 a { background-color: rgb(14,71,138); }

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

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

 span { border-color: rgb(14,71,138); }

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