#0F585C

Color #0F585C Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #0F585C

Tints of Blue Stone #0F585C

Color information

#0F585C (or 0x0F585C) is unknown color: approx Blue Stone. HEX triplet: 0F, 58 and 5C. RGB value is (15,88,92). Sum of RGB (Red+Green+Blue) = 15+88+92=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #0F585C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F585C is #F0A7A3. Grayscale: #424242. Windows color (decimal): -15771556 or 6051855. OLE color: 6051855.

HSL color Cylindrical-coordinate representation of color #0F585C: hue angle of 183.12º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F585C is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB158892-
CMYK0.840.0400.64
HSL183.12º71.96%20.98%-
HSV(B)183.12º83.7%36.08%-
XYZ5.627.8511.35-
YUV66.63142.3291.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.69%
GREEN value IS 88 (34.77% from 255) = 45.13%
BLUE value IS 92 (36.33% from 255) = 47.18%
R=7.69%
G=45.13%
B=47.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1588920.840.0400.64183.1271.9620.98
HexF585C544040b74815
Octal171301341244010026711025
Binary11111011000101110010101001000100000010110111100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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