#0F6959

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

Shades of Blue Stone #0F6959

Tints of Blue Stone #0F6959

Color information

#0F6959 (or 0x0F6959) is unknown color: approx Blue Stone. HEX triplet: 0F, 69 and 59. RGB value is (15,105,89). Sum of RGB (Red+Green+Blue) = 15+105+89=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #0F6959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6959 is #F096A6. Grayscale: #4C4C4C. Windows color (decimal): -15767207 or 5859599. OLE color: 5859599.

HSL color Cylindrical-coordinate representation of color #0F6959: hue angle of 169.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6959 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB1510589-
CMYK0.8600.150.59
HSL169.33º75%23.53%-
HSV(B)169.33º85.71%41.18%-
XYZ7.0510.9311.19-
YUV76.27135.1884.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.18%
GREEN value IS 105 (41.41% from 255) = 50.24%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=7.18%
G=50.24%
B=42.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15105890.8600.150.59169.337523.53
HexF6959560F3Ba94b18
Octal171511311260177325111330
Binary11111101001101100110101100111111101110101001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,105,89); }

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

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

 a { background-color: rgb(15,105,89); }

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

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

 span { border-color: rgb(15,105,89); }

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