#0B53BB

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

Shades of Denim #0B53BB

Tints of Denim #0B53BB

Color information

#0B53BB (or 0x0B53BB) is unknown color: approx Denim. HEX triplet: 0B, 53 and BB. RGB value is (11,83,187). Sum of RGB (Red+Green+Blue) = 11+83+187=281 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.91% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #0B53BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B53BB is #F4AC44. Grayscale: #484848. Windows color (decimal): -16034885 or 12276491. OLE color: 12276491.

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

Color convert

RGB1183187-
CMYK0.940.5600.27
HSL215.45º88.89%38.82%-
HSV(B)215.45º94.12%73.33%-
XYZ12.29.8548.27-
YUV73.33192.1583.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.91%
GREEN value IS 83 (32.81% from 255) = 29.54%
BLUE value IS 187 (73.44% from 255) = 66.55%
R=3.91%
G=29.54%
B=66.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11831870.940.5600.27215.4588.8938.82
HexB53BB5E3801Bd75927
Octal131232731367003332713147
Binary10111010011101110111011110111000011011110101111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B53BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,83,187); }

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

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

 a { background-color: rgb(11,83,187); }

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

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

 span { border-color: rgb(11,83,187); }

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