#0B52BE

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

Shades of Denim #0B52BE

Tints of Denim #0B52BE

Color information

#0B52BE (or 0x0B52BE) is unknown color: approx Denim. HEX triplet: 0B, 52 and BE. RGB value is (11,82,190). Sum of RGB (Red+Green+Blue) = 11+82+190=283 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.89% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #0B52BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B52BE is #F4AD41. Grayscale: #484848. Windows color (decimal): -16035138 or 12472843. OLE color: 12472843.

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

Color convert

RGB1182190-
CMYK0.940.5700.25
HSL216.2º89.05%39.41%-
HSV(B)216.2º94.21%74.51%-
XYZ12.459.8249.96-
YUV73.08193.9883.72-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.89%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 190 (74.61% from 255) = 67.14%
R=3.89%
G=28.98%
B=67.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11821900.940.5700.25216.289.0539.41
HexB52BE5E39019d85927
Octal131222761367103133013147
Binary10111010010101111101011110111001011001110110001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B52BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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