#0B6BB2

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

Shades of Denim #0B6BB2

Tints of Denim #0B6BB2

Color information

#0B6BB2 (or 0x0B6BB2) is unknown color: approx Denim. HEX triplet: 0B, 6B and B2. RGB value is (11,107,178). Sum of RGB (Red+Green+Blue) = 11+107+178=296 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.72% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 178 (69.92% from 255 or 60.14% from 296); Max value from RGB is 178 - color contains mainly: blue. Hex color #0B6BB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6BB2 is #F4944D. Grayscale: #565656. Windows color (decimal): -16028750 or 11692811. OLE color: 11692811.

HSL color Cylindrical-coordinate representation of color #0B6BB2: hue angle of 205.51º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B6BB2 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11107178-
CMYK0.940.4000.30
HSL205.51º88.36%37.06%-
HSV(B)205.51º93.82%69.8%-
XYZ13.4313.844.08-
YUV86.39179.774.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.72%
GREEN value IS 107 (42.19% from 255) = 36.15%
BLUE value IS 178 (69.92% from 255) = 60.14%
R=3.72%
G=36.15%
B=60.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111071780.940.4000.30205.5188.3637.06
HexB6BB25E2801Ece5825
Octal131532621365003631613045
Binary10111101011101100101011110101000011110110011101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,107,178); }

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

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

 a { background-color: rgb(11,107,178); }

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

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

 span { border-color: rgb(11,107,178); }

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