#056AB8

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

Shades of Navy Blue #056AB8

Tints of Navy Blue #056AB8

Color information

#056AB8 (or 0x056AB8) is unknown color: approx Navy Blue. HEX triplet: 05, 6A and B8. RGB value is (5,106,184). Sum of RGB (Red+Green+Blue) = 5+106+184=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 184 (72.27% from 255 or 62.37% from 295); Max value from RGB is 184 - color contains mainly: blue. Hex color #056AB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056AB8 is #FA9547. Grayscale: #545454. Windows color (decimal): -16422216 or 12085765. OLE color: 12085765.

HSL color Cylindrical-coordinate representation of color #056AB8: hue angle of 206.15º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056AB8 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5106184-
CMYK0.970.4200.28
HSL206.15º94.71%37.06%-
HSV(B)206.15º97.28%72.16%-
XYZ13.8713.847.28-
YUV84.69184.0471.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.69%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 184 (72.27% from 255) = 62.37%
R=1.69%
G=35.93%
B=62.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal51061840.970.4200.28206.1594.7137.06
Hex56AB8612A01Cce5f25
Octal51522701415203431613745
Binary1011101010101110001100001101010011100110011101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056AB8; }

 p { color: rgb(5,106,184); }

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

<style>
 a { background-color: #056AB8; }

 a { background-color: rgb(5,106,184); }

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

<style>
 span { border-color: #056AB8; }

 span { border-color: rgb(5,106,184); }

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