#0B52B6

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

Shades of Denim #0B52B6

Tints of Denim #0B52B6

Color information

#0B52B6 (or 0x0B52B6) is unknown color: approx Denim. HEX triplet: 0B, 52 and B6. RGB value is (11,82,182). Sum of RGB (Red+Green+Blue) = 11+82+182=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 182 (71.48% from 255 or 66.18% from 275); Max value from RGB is 182 - color contains mainly: blue. Hex color #0B52B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B52B6 is #F4AD49. Grayscale: #474747. Windows color (decimal): -16035146 or 11948555. OLE color: 11948555.

HSL color Cylindrical-coordinate representation of color #0B52B6: hue angle of 215.09º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B52B6 is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1182182-
CMYK0.940.5500.29
HSL215.09º88.6%37.84%-
HSV(B)215.09º93.96%71.37%-
XYZ11.69.4845.48-
YUV72.17189.9884.37-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 182 (71.48% from 255) = 66.18%
R=4%
G=29.82%
B=66.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11821820.940.5500.29215.0988.637.84
HexB52B65E3701Dd75926
Octal131222661366703532713146
Binary10111010010101101101011110110111011101110101111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B52B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,82,182); }

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

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

 a { background-color: rgb(11,82,182); }

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

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

 span { border-color: rgb(11,82,182); }

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