#0E4880

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

Shades of Dark Cerulean #0E4880

Tints of Dark Cerulean #0E4880

Color information

#0E4880 (or 0x0E4880) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 48 and 80. RGB value is (14,72,128). Sum of RGB (Red+Green+Blue) = 14+72+128=214 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.54% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #0E4880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4880 is #F1B77F. Grayscale: #3C3C3C. Windows color (decimal): -15841152 or 8407054. OLE color: 8407054.

HSL color Cylindrical-coordinate representation of color #0E4880: hue angle of 209.47º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E4880 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1472128-
CMYK0.890.4400.50
HSL209.47º80.28%27.84%-
HSV(B)209.47º89.06%50.2%-
XYZ6.396.2921.3-
YUV61.04165.7894.45-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.54%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 128 (50.39% from 255) = 59.81%
R=6.54%
G=33.64%
B=59.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal14721280.890.4400.50209.4780.2827.84
HexE4880592C032d1501c
Octal161102001315406232112034
Binary11101001000100000001011001101100011001011010001101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,72,128); }

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

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

 a { background-color: rgb(14,72,128); }

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

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

 span { border-color: rgb(14,72,128); }

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