#0B6560

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

Shades of Blue Stone #0B6560

Tints of Blue Stone #0B6560

Color information

#0B6560 (or 0x0B6560) is unknown color: approx Blue Stone. HEX triplet: 0B, 65 and 60. RGB value is (11,101,96). Sum of RGB (Red+Green+Blue) = 11+101+96=208 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.29% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 101 - color contains mainly: green. Hex color #0B6560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6560 is #F49A9F. Grayscale: #494949. Windows color (decimal): -16030368 or 6317323. OLE color: 6317323.

HSL color Cylindrical-coordinate representation of color #0B6560: hue angle of 176.67º degrees, saturation: 0.8, 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 #0B6560 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB1110196-
CMYK0.8900.050.60
HSL176.67º80.36%21.96%-
HSV(B)176.67º89.11%39.61%-
XYZ6.910.2212.68-
YUV73.52140.6883.41-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.29%
GREEN value IS 101 (39.84% from 255) = 48.56%
BLUE value IS 96 (37.89% from 255) = 46.15%
R=5.29%
G=48.56%
B=46.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal11101960.8900.050.60176.6780.3621.96
HexB656059053Cb15016
Octal13145140131057426112026
Binary1011110010111000001011001010111110010110001101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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