#0E557F

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

Shades of Dark Cerulean #0E557F

Tints of Dark Cerulean #0E557F

Color information

#0E557F (or 0x0E557F) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 55 and 7F. RGB value is (14,85,127). Sum of RGB (Red+Green+Blue) = 14+85+127=226 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.19% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #0E557F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E557F is #F1AA80. Grayscale: #444444. Windows color (decimal): -15837825 or 8344846. OLE color: 8344846.

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

Color convert

RGB1485127-
CMYK0.890.3300.50
HSL202.3º80.14%27.65%-
HSV(B)202.3º88.98%49.8%-
XYZ7.268.1221.26-
YUV68.56160.9889.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.19%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 127 (50% from 255) = 56.19%
R=6.19%
G=37.61%
B=56.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal14851270.890.3300.50202.380.1427.65
HexE557F5921032ca501c
Octal161251771314106231212034
Binary1110101010111111111011001100001011001011001010101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,85,127); }

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

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

 a { background-color: rgb(14,85,127); }

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

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

 span { border-color: rgb(14,85,127); }

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