#056BC9

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

Shades of Navy Blue #056BC9

Tints of Navy Blue #056BC9

Color information

#056BC9 (or 0x056BC9) is unknown color: approx Navy Blue. HEX triplet: 05, 6B and C9. RGB value is (5,107,201). Sum of RGB (Red+Green+Blue) = 5+107+201=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 201 (78.91% from 255 or 64.22% from 313); Max value from RGB is 201 - color contains mainly: blue. Hex color #056BC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056BC9 is #FA9436. Grayscale: #565656. Windows color (decimal): -16421943 or 13200133. OLE color: 13200133.

HSL color Cylindrical-coordinate representation of color #056BC9: hue angle of 208.78º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056BC9 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5107201-
CMYK0.980.4700.21
HSL208.78º95.15%40.39%-
HSV(B)208.78º97.51%78.82%-
XYZ15.8614.7657.27-
YUV87.22192.2169.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.60%
GREEN value IS 107 (42.19% from 255) = 34.19%
BLUE value IS 201 (78.91% from 255) = 64.22%
R=1.60%
G=34.19%
B=64.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51072010.980.4700.21208.7895.1540.39
Hex56BC9622F015d15f28
Octal51533111425702532113750
Binary1011101011110010011100010101111010101110100011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,107,201); }

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

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

 a { background-color: rgb(5,107,201); }

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

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

 span { border-color: rgb(5,107,201); }

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