#0F588C

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

Shades of Dark Cerulean #0F588C

Tints of Dark Cerulean #0F588C

Color information

#0F588C (or 0x0F588C) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 58 and 8C. RGB value is (15,88,140). Sum of RGB (Red+Green+Blue) = 15+88+140=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 140 (55.08% from 255 or 57.61% from 243); Max value from RGB is 140 - color contains mainly: blue. Hex color #0F588C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F588C is #F0A773. Grayscale: #474747. Windows color (decimal): -15771508 or 9197583. OLE color: 9197583.

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

Color convert

RGB1588140-
CMYK0.890.3700.45
HSL204.96º80.65%30.39%-
HSV(B)204.96º89.29%54.9%-
XYZ8.428.9726.1-
YUV72.1166.3287.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.17%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 140 (55.08% from 255) = 57.61%
R=6.17%
G=36.21%
B=57.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal15881400.890.3700.45204.9680.6530.39
HexF588C592502Dcd511e
Octal171302141314505531512136
Binary11111011000100011001011001100101010110111001101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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