#0E3976

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

Shades of Dark Cerulean #0E3976

Tints of Dark Cerulean #0E3976

Color information

#0E3976 (or 0x0E3976) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 39 and 76. RGB value is (14,57,118). Sum of RGB (Red+Green+Blue) = 14+57+118=189 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.41% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 118 (46.48% from 255 or 62.43% from 189); Max value from RGB is 118 - color contains mainly: blue. Hex color #0E3976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3976 is #F1C689. Grayscale: #323232. Windows color (decimal): -15845002 or 7747854. OLE color: 7747854.

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

Color convert

RGB1457118-
CMYK0.880.5200.54
HSL215.19º78.79%25.88%-
HSV(B)215.19º88.14%46.27%-
XYZ4.914.3317.72-
YUV51.1165.75101.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.41%
GREEN value IS 57 (22.66% from 255) = 30.16%
BLUE value IS 118 (46.48% from 255) = 62.43%
R=7.41%
G=30.16%
B=62.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14571180.880.5200.54215.1978.7925.88
HexE39765834036d74f1a
Octal16711661306406632711732
Binary111011100111101101011000110100011011011010111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,57,118); }

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

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

 a { background-color: rgb(14,57,118); }

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

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

 span { border-color: rgb(14,57,118); }

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