#0E4C92

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

Shades of Dark Cerulean #0E4C92

Tints of Dark Cerulean #0E4C92

Color information

#0E4C92 (or 0x0E4C92) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 4C and 92. RGB value is (14,76,146). Sum of RGB (Red+Green+Blue) = 14+76+146=236 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.93% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E4C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4C92 is #F1B36D. Grayscale: #414141. Windows color (decimal): -15840110 or 9587726. OLE color: 9587726.

HSL color Cylindrical-coordinate representation of color #0E4C92: hue angle of 211.82º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E4C92 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1476146-
CMYK0.900.4800.43
HSL211.82º82.5%31.37%-
HSV(B)211.82º90.41%57.25%-
XYZ7.957.3428.19-
YUV65.44173.4691.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.93%
GREEN value IS 76 (30.08% from 255) = 32.20%
BLUE value IS 146 (57.42% from 255) = 61.86%
R=5.93%
G=32.20%
B=61.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14761460.900.4800.43211.8282.531.37
HexE4C925A3002Bd4521f
Octal161142221326005332412237
Binary11101001100100100101011010110000010101111010100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,76,146); }

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

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

 a { background-color: rgb(14,76,146); }

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

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

 span { border-color: rgb(14,76,146); }

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