#0E488C

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

Shades of Dark Cerulean #0E488C

Tints of Dark Cerulean #0E488C

Color information

#0E488C (or 0x0E488C) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 48 and 8C. RGB value is (14,72,140). Sum of RGB (Red+Green+Blue) = 14+72+140=226 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.19% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 140 (55.08% from 255 or 61.95% from 226); Max value from RGB is 140 - color contains mainly: blue. Hex color #0E488C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E488C is #F1B773. Grayscale: #3E3E3E. Windows color (decimal): -15841140 or 9193486. OLE color: 9193486.

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

Color convert

RGB1472140-
CMYK0.900.4900.45
HSL212.38º81.82%30.2%-
HSV(B)212.38º90%54.9%-
XYZ7.236.6225.71-
YUV62.41171.7893.47-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.19%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 140 (55.08% from 255) = 61.95%
R=6.19%
G=31.86%
B=61.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14721400.900.4900.45212.3881.8230.2
HexE488C5A3102Dd4521e
Octal161102141326105532412236
Binary11101001000100011001011010110001010110111010100101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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