#0B56C8

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

Shades of Denim #0B56C8

Tints of Denim #0B56C8

Color information

#0B56C8 (or 0x0B56C8) is unknown color: approx Denim. HEX triplet: 0B, 56 and C8. RGB value is (11,86,200). Sum of RGB (Red+Green+Blue) = 11+86+200=297 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.70% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 200 (78.52% from 255 or 67.34% from 297); Max value from RGB is 200 - color contains mainly: blue. Hex color #0B56C8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B56C8 is #F4A937. Grayscale: #4C4C4C. Windows color (decimal): -16034104 or 13129227. OLE color: 13129227.

HSL color Cylindrical-coordinate representation of color #0B56C8: hue angle of 216.19º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B56C8 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1186200-
CMYK0.940.5700.22
HSL216.19º89.57%41.37%-
HSV(B)216.19º94.5%78.43%-
XYZ13.8910.956.01-
YUV76.57197.6581.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.70%
GREEN value IS 86 (33.98% from 255) = 28.96%
BLUE value IS 200 (78.52% from 255) = 67.34%
R=3.70%
G=28.96%
B=67.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal11862000.940.5700.22216.1989.5741.37
HexB56C85E39016d85a29
Octal131263101367102633013251
Binary10111010110110010001011110111001010110110110001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B56C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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