#0b56d7

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

Shades of Navy Blue #0B56D7

Tints of Navy Blue #0B56D7

Color information

#0B56D7 (or 0x0B56D7) is unknown color: approx Navy Blue. HEX triplet: 0B, 56 and D7. RGB value is (11,86,215). Sum of RGB (Red+Green+Blue) = 11+86+215=312 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.53% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 215 (84.38% from 255 or 68.91% from 312); Max value from RGB is 215 - color contains mainly: blue. Hex color #0B56D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B56D7 is #F4A928. Grayscale: #4D4D4D. Windows color (decimal): -16034089 or 14112267. OLE color: 14112267.

HSL color Cylindrical-coordinate representation of color #0B56D7: hue angle of 217.94º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B56D7 is Cyan = 0.95, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1186215-
CMYK0.950.600.16
HSL217.94º90.27%44.31%-
HSV(B)217.94º94.88%84.31%-
XYZ15.7311.6365.71-
YUV78.28205.1580.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.53%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 215 (84.38% from 255) = 68.91%
R=3.53%
G=27.56%
B=68.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal11862150.950.600.16217.9490.2744.31
HexB56D75F3C010da5a2c
Octal131263271377402033213254
Binary10111010110110101111011111111100010000110110101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b56d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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