#0F578C

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

Shades of Dark Cerulean #0F578C

Tints of Dark Cerulean #0F578C

Color information

#0F578C (or 0x0F578C) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 57 and 8C. RGB value is (15,87,140). Sum of RGB (Red+Green+Blue) = 15+87+140=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #0F578C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F578C is #F0A873. Grayscale: #474747. Windows color (decimal): -15771764 or 9197327. OLE color: 9197327.

HSL color Cylindrical-coordinate representation of color #0F578C: hue angle of 205.44º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F578C is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1587140-
CMYK0.890.3800.45
HSL205.44º80.65%30.39%-
HSV(B)205.44º89.29%54.9%-
XYZ8.348.8126.07-
YUV71.51166.6587.69-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.20%
GREEN value IS 87 (34.38% from 255) = 35.95%
BLUE value IS 140 (55.08% from 255) = 57.85%
R=6.20%
G=35.95%
B=57.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal15871400.890.3800.45205.4480.6530.39
HexF578C592602Dcd511e
Octal171272141314605531512136
Binary11111010111100011001011001100110010110111001101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,87,140); }

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

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

 a { background-color: rgb(15,87,140); }

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

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

 span { border-color: rgb(15,87,140); }

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