#0E4672

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

Shades of Dark Cerulean #0E4672

Tints of Dark Cerulean #0E4672

Color information

#0E4672 (or 0x0E4672) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 46 and 72. RGB value is (14,70,114). Sum of RGB (Red+Green+Blue) = 14+70+114=198 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.07% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #0E4672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4672 is #F1B98D. Grayscale: #3A3A3A. Windows color (decimal): -15841678 or 7489038. OLE color: 7489038.

HSL color Cylindrical-coordinate representation of color #0E4672: hue angle of 206.4º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E4672 is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1470114-
CMYK0.880.3900.55
HSL206.4º78.12%25.1%-
HSV(B)206.4º87.72%44.71%-
XYZ5.415.6916.73-
YUV58.27159.4596.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.07%
GREEN value IS 70 (27.73% from 255) = 35.35%
BLUE value IS 114 (44.92% from 255) = 57.58%
R=7.07%
G=35.35%
B=57.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal14701140.880.3900.55206.478.1225.1
HexE46725827037ce4e19
Octal161061621304706731611631
Binary1110100011011100101011000100111011011111001110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,70,114); }

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

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

 a { background-color: rgb(14,70,114); }

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

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

 span { border-color: rgb(14,70,114); }

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