#0B56BF

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

Shades of Denim #0B56BF

Tints of Denim #0B56BF

Color information

#0B56BF (or 0x0B56BF) is unknown color: approx Denim. HEX triplet: 0B, 56 and BF. RGB value is (11,86,191). Sum of RGB (Red+Green+Blue) = 11+86+191=288 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.82% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 191 (75% from 255 or 66.32% from 288); Max value from RGB is 191 - color contains mainly: blue. Hex color #0B56BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B56BF is #F4A940. Grayscale: #4B4B4B. Windows color (decimal): -16034113 or 12539403. OLE color: 12539403.

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

Color convert

RGB1186191-
CMYK0.940.5500.25
HSL215º89.11%39.61%-
HSV(B)215º94.24%74.9%-
XYZ12.8710.4950.64-
YUV75.54193.1581.96-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.82%
GREEN value IS 86 (33.98% from 255) = 29.86%
BLUE value IS 191 (75% from 255) = 66.32%
R=3.82%
G=29.86%
B=66.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11861910.940.5500.2521589.1139.61
HexB56BF5E37019d75928
Octal131262771366703132713150
Binary10111010110101111111011110110111011001110101111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B56BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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