#0F635F

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

Shades of Blue Stone #0F635F

Tints of Blue Stone #0F635F

Color information

#0F635F (or 0x0F635F) is unknown color: approx Blue Stone. HEX triplet: 0F, 63 and 5F. RGB value is (15,99,95). Sum of RGB (Red+Green+Blue) = 15+99+95=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 99 - color contains mainly: green. Hex color #0F635F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F635F is #F09CA0. Grayscale: #494949. Windows color (decimal): -15768737 or 6251279. OLE color: 6251279.

HSL color Cylindrical-coordinate representation of color #0F635F: hue angle of 177.14º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F635F is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB159995-
CMYK0.8500.040.61
HSL177.14º73.68%22.35%-
HSV(B)177.14º84.85%38.82%-
XYZ6.729.8512.37-
YUV73.43140.1786.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.18%
GREEN value IS 99 (39.06% from 255) = 47.37%
BLUE value IS 95 (37.5% from 255) = 45.45%
R=7.18%
G=47.37%
B=45.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1599950.8500.040.61177.1473.6822.35
HexF635F55043Db14a16
Octal17143137125047526111226
Binary1111110001110111111010101010011110110110001100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,99,95); }

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

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

 a { background-color: rgb(15,99,95); }

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

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

 span { border-color: rgb(15,99,95); }

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