#0E4291

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

Shades of Dark Cerulean #0E4291

Tints of Dark Cerulean #0E4291

Color information

#0E4291 (or 0x0E4291) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 42 and 91. RGB value is (14,66,145). Sum of RGB (Red+Green+Blue) = 14+66+145=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 145 (57.03% from 255 or 64.44% from 225); Max value from RGB is 145 - color contains mainly: blue. Hex color #0E4291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4291 is #F1BD6E. Grayscale: #3B3B3B. Windows color (decimal): -15842671 or 9519630. OLE color: 9519630.

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

Color convert

RGB1466145-
CMYK0.900.5400.43
HSL216.18º82.39%31.18%-
HSV(B)216.18º90.34%56.86%-
XYZ7.246.0327.57-
YUV59.46176.2795.58-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.22%
GREEN value IS 66 (26.17% from 255) = 29.33%
BLUE value IS 145 (57.03% from 255) = 64.44%
R=6.22%
G=29.33%
B=64.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14661450.900.5400.43216.1882.3931.18
HexE42915A3602Bd8521f
Octal161022211326605333012237
Binary11101000010100100011011010110110010101111011000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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