#0E4C91

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

Shades of Dark Cerulean #0E4C91

Tints of Dark Cerulean #0E4C91

Color information

#0E4C91 (or 0x0E4C91) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 4C and 91. RGB value is (14,76,145). Sum of RGB (Red+Green+Blue) = 14+76+145=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #0E4C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4C91 is #F1B36E. Grayscale: #404040. Windows color (decimal): -15840111 or 9522190. OLE color: 9522190.

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

Color convert

RGB1476145-
CMYK0.900.4800.43
HSL211.6º82.39%31.18%-
HSV(B)211.6º90.34%56.86%-
XYZ7.887.3127.78-
YUV65.33172.9691.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.96%
GREEN value IS 76 (30.08% from 255) = 32.34%
BLUE value IS 145 (57.03% from 255) = 61.70%
R=5.96%
G=32.34%
B=61.70%

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
Decimal14761450.900.4800.43211.682.3931.18
HexE4C915A3002Bd4521f
Octal161142211326005332412237
Binary11101001100100100011011010110000010101111010100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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