#0E4277

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

Shades of Dark Cerulean #0E4277

Tints of Dark Cerulean #0E4277

Color information

#0E4277 (or 0x0E4277) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 42 and 77. RGB value is (14,66,119). Sum of RGB (Red+Green+Blue) = 14+66+119=199 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.04% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #0E4277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4277 is #F1BD88. Grayscale: #383838. Windows color (decimal): -15842697 or 7815694. OLE color: 7815694.

HSL color Cylindrical-coordinate representation of color #0E4277: hue angle of 210.29º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E4277 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1466119-
CMYK0.880.4500.53
HSL210.29º78.95%26.08%-
HSV(B)210.29º88.24%46.67%-
XYZ5.465.3218.19-
YUV56.49163.2797.69-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.04%
GREEN value IS 66 (26.17% from 255) = 33.17%
BLUE value IS 119 (46.88% from 255) = 59.80%
R=7.04%
G=33.17%
B=59.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14661190.880.4500.53210.2978.9526.08
HexE4277582D035d24f1a
Octal161021671305506532211732
Binary1110100001011101111011000101101011010111010010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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