#0E577F

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

Shades of Dark Cerulean #0E577F

Tints of Dark Cerulean #0E577F

Color information

#0E577F (or 0x0E577F) is unknown color: approx Dark Cerulean. HEX triplet: 0E, 57 and 7F. RGB value is (14,87,127). Sum of RGB (Red+Green+Blue) = 14+87+127=228 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.14% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #0E577F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E577F is #F1A880. Grayscale: #454545. Windows color (decimal): -15837313 or 8345358. OLE color: 8345358.

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

Color convert

RGB1487127-
CMYK0.890.3100.50
HSL201.24º80.14%27.65%-
HSV(B)201.24º88.98%49.8%-
XYZ7.428.4421.32-
YUV69.73160.3288.25-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.14%
GREEN value IS 87 (34.38% from 255) = 38.16%
BLUE value IS 127 (50% from 255) = 55.70%
R=6.14%
G=38.16%
B=55.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal14871270.890.3100.50201.2480.1427.65
HexE577F591F032c9501c
Octal161271771313706231112034
Binary111010101111111111101100111111011001011001001101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E577F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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