#0B6566

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

Shades of Blue Stone #0B6566

Tints of Blue Stone #0B6566

Color information

#0B6566 (or 0x0B6566) is unknown color: approx Blue Stone. HEX triplet: 0B, 65 and 66. RGB value is (11,101,102). Sum of RGB (Red+Green+Blue) = 11+101+102=214 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.14% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #0B6566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6566 is #F49A99. Grayscale: #4A4A4A. Windows color (decimal): -16030362 or 6710539. OLE color: 6710539.

HSL color Cylindrical-coordinate representation of color #0B6566: hue angle of 180.66º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6566 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB11101102-
CMYK0.890.0100.6
HSL180.66º80.53%22.16%-
HSV(B)180.66º89.22%40%-
XYZ7.1910.3414.19-
YUV74.2143.6882.92-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.14%
GREEN value IS 101 (39.84% from 255) = 47.20%
BLUE value IS 102 (40.23% from 255) = 47.66%
R=5.14%
G=47.20%
B=47.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal111011020.890.0100.6180.6680.5322.16
HexB656659103Cb55116
Octal13145146131107426512126
Binary10111100101110011010110011011110010110101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,101,102); }

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

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

 a { background-color: rgb(11,101,102); }

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

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

 span { border-color: rgb(11,101,102); }

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