#0B56BB

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

Shades of Denim #0B56BB

Tints of Denim #0B56BB

Color information

#0B56BB (or 0x0B56BB) is unknown color: approx Denim. HEX triplet: 0B, 56 and BB. RGB value is (11,86,187). Sum of RGB (Red+Green+Blue) = 11+86+187=284 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.87% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #0B56BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B56BB is #F4A944. Grayscale: #4A4A4A. Windows color (decimal): -16034117 or 12277259. OLE color: 12277259.

HSL color Cylindrical-coordinate representation of color #0B56BB: hue angle of 214.43º 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 #0B56BB is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1186187-
CMYK0.940.5400.27
HSL214.43º88.89%38.82%-
HSV(B)214.43º94.12%73.33%-
XYZ12.4410.3148.35-
YUV75.09191.1582.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.87%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 187 (73.44% from 255) = 65.85%
R=3.87%
G=30.28%
B=65.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11861870.940.5400.27214.4388.8938.82
HexB56BB5E3601Bd65927
Octal131262731366603332613147
Binary10111010110101110111011110110110011011110101101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B56BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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