#0E4F91

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

Shades of Dark Cerulean #0E4F91

Tints of Dark Cerulean #0E4F91

Color information

#0E4F91 (or 0x0E4F91) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 4F and 91. RGB value is (14,79,145). Sum of RGB (Red+Green+Blue) = 14+79+145=238 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.88% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 145 (57.03% from 255 or 60.92% from 238); Max value from RGB is 145 - color contains mainly: blue. Hex color #0E4F91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E4F91 is #F1B06E. Grayscale: #424242. Windows color (decimal): -15839343 or 9522958. OLE color: 9522958.

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

Color convert

RGB1479145-
CMYK0.900.4600.43
HSL210.23º82.39%31.18%-
HSV(B)210.23º90.34%56.86%-
XYZ8.097.7327.85-
YUV67.09171.9790.13-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.88%
GREEN value IS 79 (31.25% from 255) = 33.19%
BLUE value IS 145 (57.03% from 255) = 60.92%
R=5.88%
G=33.19%
B=60.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14791450.900.4600.43210.2382.3931.18
HexE4F915A2E02Bd2521f
Octal161172211325605332212237
Binary11101001111100100011011010101110010101111010010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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