#0B5F61

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

Shades of Blue Stone #0B5F61

Tints of Blue Stone #0B5F61

Color information

#0B5F61 (or 0x0B5F61) is unknown color: approx Blue Stone. HEX triplet: 0B, 5F and 61. RGB value is (11,95,97). Sum of RGB (Red+Green+Blue) = 11+95+97=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #0B5F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5F61 is #F4A09E. Grayscale: #464646. Windows color (decimal): -16031903 or 6381323. OLE color: 6381323.

HSL color Cylindrical-coordinate representation of color #0B5F61: hue angle of 181.4º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B5F61 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB119597-
CMYK0.890.0200.62
HSL181.4º79.63%21.18%-
HSV(B)181.4º88.66%38.04%-
XYZ6.399.1212.73-
YUV70.11143.1785.84-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.42%
GREEN value IS 95 (37.5% from 255) = 46.80%
BLUE value IS 97 (38.28% from 255) = 47.78%
R=5.42%
G=46.80%
B=47.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1195970.890.0200.62181.479.6321.18
HexB5F6159203Eb55015
Octal13137141131207626512025
Binary101110111111100001101100110011111010110101101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,95,97); }

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

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

 a { background-color: rgb(11,95,97); }

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

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

 span { border-color: rgb(11,95,97); }

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