#0E4776

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

Shades of Dark Cerulean #0E4776

Tints of Dark Cerulean #0E4776

Color information

#0E4776 (or 0x0E4776) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 47 and 76. RGB value is (14,71,118). Sum of RGB (Red+Green+Blue) = 14+71+118=203 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.90% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #0E4776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4776 is #F1B889. Grayscale: #3B3B3B. Windows color (decimal): -15841418 or 7751438. OLE color: 7751438.

HSL color Cylindrical-coordinate representation of color #0E4776: hue angle of 207.12º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E4776 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1471118-
CMYK0.880.4000.54
HSL207.12º78.79%25.88%-
HSV(B)207.12º88.14%46.27%-
XYZ5.75.9117.98-
YUV59.32161.1295.68-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.90%
GREEN value IS 71 (28.12% from 255) = 34.98%
BLUE value IS 118 (46.48% from 255) = 58.13%
R=6.90%
G=34.98%
B=58.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14711180.880.4000.54207.1278.7925.88
HexE47765828036cf4f1a
Octal161071661305006631711732
Binary1110100011111101101011000101000011011011001111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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