#0F575B

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

Shades of Blue Stone #0F575B

Tints of Blue Stone #0F575B

Color information

#0F575B (or 0x0F575B) is unknown color: approx Blue Stone. HEX triplet: 0F, 57 and 5B. RGB value is (15,87,91). Sum of RGB (Red+Green+Blue) = 15+87+91=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F575B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F575B is #F0A8A4. Grayscale: #414141. Windows color (decimal): -15771813 or 5986063. OLE color: 5986063.

HSL color Cylindrical-coordinate representation of color #0F575B: hue angle of 183.16º 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 #0F575B is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB158791-
CMYK0.840.0400.64
HSL183.16º71.7%20.78%-
HSV(B)183.16º83.52%35.69%-
XYZ5.497.6711.09-
YUV65.93142.1591.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.77%
GREEN value IS 87 (34.38% from 255) = 45.08%
BLUE value IS 91 (35.94% from 255) = 47.15%
R=7.77%
G=45.08%
B=47.15%

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
Decimal1587910.840.0400.64183.1671.720.78
HexF575B544040b74815
Octal171271331244010026711025
Binary11111010111101101110101001000100000010110111100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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