#0F675B

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

Shades of Blue Stone #0F675B

Tints of Blue Stone #0F675B

Color information

#0F675B (or 0x0F675B) is unknown color: approx Blue Stone. HEX triplet: 0F, 67 and 5B. RGB value is (15,103,91). Sum of RGB (Red+Green+Blue) = 15+103+91=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 103 - color contains mainly: green. Hex color #0F675B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F675B is #F098A4. Grayscale: #4B4B4B. Windows color (decimal): -15767717 or 5990159. OLE color: 5990159.

HSL color Cylindrical-coordinate representation of color #0F675B: hue angle of 171.82º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F675B is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB1510391-
CMYK0.8500.120.60
HSL171.82º74.58%23.14%-
HSV(B)171.82º85.44%40.39%-
XYZ6.9410.5611.57-
YUV75.32136.8584.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.18%
GREEN value IS 103 (40.62% from 255) = 49.28%
BLUE value IS 91 (35.94% from 255) = 43.54%
R=7.18%
G=49.28%
B=43.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal15103910.8500.120.60171.8274.5823.14
HexF675B550C3Cac4b17
Octal171471331250147425411327
Binary11111100111101101110101010110011110010101100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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