#0E4274

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

Shades of Dark Cerulean #0E4274

Tints of Dark Cerulean #0E4274

Color information

#0E4274 (or 0x0E4274) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 42 and 74. RGB value is (14,66,116). Sum of RGB (Red+Green+Blue) = 14+66+116=196 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.14% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #0E4274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4274 is #F1BD8B. Grayscale: #373737. Windows color (decimal): -15842700 or 7619086. OLE color: 7619086.

HSL color Cylindrical-coordinate representation of color #0E4274: hue angle of 209.41º 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 #0E4274 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1466116-
CMYK0.880.4300.55
HSL209.41º78.46%25.49%-
HSV(B)209.41º87.93%45.49%-
XYZ5.285.2517.26-
YUV56.15161.7797.93-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.14%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 116 (45.70% from 255) = 59.18%
R=7.14%
G=33.67%
B=59.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal14661160.880.4300.55209.4178.4625.49
HexE4274582B037d14e19
Octal161021641305306732111631
Binary1110100001011101001011000101011011011111010001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,66,116); }

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

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

 a { background-color: rgb(14,66,116); }

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

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

 span { border-color: rgb(14,66,116); }

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