#0E337C

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

Shades of Dark Cerulean #0E337C

Tints of Dark Cerulean #0E337C

Color information

#0E337C (or 0x0E337C) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 33 and 7C. RGB value is (14,51,124). Sum of RGB (Red+Green+Blue) = 14+51+124=189 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.41% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #0E337C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E337C is #F1CC83. Grayscale: #2F2F2F. Windows color (decimal): -15846532 or 8139534. OLE color: 8139534.

HSL color Cylindrical-coordinate representation of color #0E337C: hue angle of 219.82º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E337C is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1451124-
CMYK0.890.5900.51
HSL219.82º79.71%27.06%-
HSV(B)219.82º88.71%48.63%-
XYZ53.9219.56-
YUV48.26170.74103.56-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.41%
GREEN value IS 51 (20.31% from 255) = 26.98%
BLUE value IS 124 (48.83% from 255) = 65.61%
R=7.41%
G=26.98%
B=65.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal14511240.890.5900.51219.8279.7127.06
HexE337C593B033dc501b
Octal16631741317306333412033
Binary111011001111111001011001111011011001111011100101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,51,124); }

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

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

 a { background-color: rgb(14,51,124); }

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

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

 span { border-color: rgb(14,51,124); }

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