#0B6BBD

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

Shades of Denim #0B6BBD

Tints of Denim #0B6BBD

Color information

#0B6BBD (or 0x0B6BBD) is unknown color: approx Denim. HEX triplet: 0B, 6B and BD. RGB value is (11,107,189). Sum of RGB (Red+Green+Blue) = 11+107+189=307 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.58% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #0B6BBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B6BBD is #F49442. Grayscale: #575757. Windows color (decimal): -16028739 or 12413707. OLE color: 12413707.

HSL color Cylindrical-coordinate representation of color #0B6BBD: hue angle of 207.64º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B6BBD is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11107189-
CMYK0.940.4300.26
HSL207.64º89%39.22%-
HSV(B)207.64º94.18%74.12%-
XYZ14.5814.2650.13-
YUV87.64185.273.33-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.58%
GREEN value IS 107 (42.19% from 255) = 34.85%
BLUE value IS 189 (74.22% from 255) = 61.56%
R=3.58%
G=34.85%
B=61.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111071890.940.4300.26207.648939.22
HexB6BBD5E2B01Ad05927
Octal131532751365303232013147
Binary10111101011101111011011110101011011010110100001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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