#0E3C88

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

Shades of Dark Cerulean #0E3C88

Tints of Dark Cerulean #0E3C88

Color information

#0E3C88 (or 0x0E3C88) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 3C and 88. RGB value is (14,60,136). Sum of RGB (Red+Green+Blue) = 14+60+136=210 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.67% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 136 (53.52% from 255 or 64.76% from 210); Max value from RGB is 136 - color contains mainly: blue. Hex color #0E3C88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3C88 is #F1C377. Grayscale: #363636. Windows color (decimal): -15844216 or 8928270. OLE color: 8928270.

HSL color Cylindrical-coordinate representation of color #0E3C88: hue angle of 217.38º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E3C88 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1460136-
CMYK0.900.5600.47
HSL217.38º81.33%29.41%-
HSV(B)217.38º89.71%53.33%-
XYZ6.245.123.95-
YUV54.91173.7698.82-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.67%
GREEN value IS 60 (23.83% from 255) = 28.57%
BLUE value IS 136 (53.52% from 255) = 64.76%
R=6.67%
G=28.57%
B=64.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal14601360.900.5600.47217.3881.3329.41
HexE3C885A3802Fd9511d
Octal16742101327005733112135
Binary1110111100100010001011010111000010111111011001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,60,136); }

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

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

 a { background-color: rgb(14,60,136); }

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

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

 span { border-color: rgb(14,60,136); }

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