#0E457D

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

Shades of Dark Cerulean #0E457D

Tints of Dark Cerulean #0E457D

Color information

#0E457D (or 0x0E457D) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 45 and 7D. RGB value is (14,69,125). Sum of RGB (Red+Green+Blue) = 14+69+125=208 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.73% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 125 (49.22% from 255 or 60.10% from 208); Max value from RGB is 125 - color contains mainly: blue. Hex color #0E457D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E457D is #F1BA82. Grayscale: #3A3A3A. Windows color (decimal): -15841923 or 8209678. OLE color: 8209678.

HSL color Cylindrical-coordinate representation of color #0E457D: hue angle of 210.27º 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 #0E457D is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1469125-
CMYK0.890.4500.51
HSL210.27º79.86%27.25%-
HSV(B)210.27º88.8%49.02%-
XYZ6.015.8320.21-
YUV58.94165.2895.95-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.73%
GREEN value IS 69 (27.34% from 255) = 33.17%
BLUE value IS 125 (49.22% from 255) = 60.10%
R=6.73%
G=33.17%
B=60.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal14691250.890.4500.51210.2779.8627.25
HexE457D592D033d2501b
Octal161051751315506332212033
Binary1110100010111111011011001101101011001111010010101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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