#0F575A

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

Shades of Blue Stone #0F575A

Tints of Blue Stone #0F575A

Color information

#0F575A (or 0x0F575A) is unknown color: approx Blue Stone. HEX triplet: 0F, 57 and 5A. RGB value is (15,87,90). Sum of RGB (Red+Green+Blue) = 15+87+90=192 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.81% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #0F575A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F575A is #F0A8A5. Grayscale: #414141. Windows color (decimal): -15771814 or 5920527. OLE color: 5920527.

HSL color Cylindrical-coordinate representation of color #0F575A: hue angle of 182.4º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F575A is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB158790-
CMYK0.830.0300.65
HSL182.4º71.43%20.59%-
HSV(B)182.4º83.33%35.29%-
XYZ5.457.6610.86-
YUV65.81141.6591.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.81%
GREEN value IS 87 (34.38% from 255) = 45.31%
BLUE value IS 90 (35.55% from 255) = 46.88%
R=7.81%
G=45.31%
B=46.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1587900.830.0300.65182.471.4320.59
HexF575A533041b64715
Octal171271321233010126610725
Binary1111101011110110101010011110100000110110110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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