#0E458C

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

Shades of Dark Cerulean #0E458C

Tints of Dark Cerulean #0E458C

Color information

#0E458C (or 0x0E458C) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 45 and 8C. RGB value is (14,69,140). Sum of RGB (Red+Green+Blue) = 14+69+140=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #0E458C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E458C is #F1BA73. Grayscale: #3C3C3C. Windows color (decimal): -15841908 or 9192718. OLE color: 9192718.

HSL color Cylindrical-coordinate representation of color #0E458C: hue angle of 213.81º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E458C is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1469140-
CMYK0.900.5100.45
HSL213.81º81.82%30.2%-
HSV(B)213.81º90%54.9%-
XYZ7.046.2425.64-
YUV60.65172.7894.73-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.28%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 140 (55.08% from 255) = 62.78%
R=6.28%
G=30.94%
B=62.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14691400.900.5100.45213.8181.8230.2
HexE458C5A3302Dd6521e
Octal161052141326305532612236
Binary11101000101100011001011010110011010110111010110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,69,140); }

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

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

 a { background-color: rgb(14,69,140); }

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

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

 span { border-color: rgb(14,69,140); }

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