#056ABC

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

Shades of Navy Blue #056ABC

Tints of Navy Blue #056ABC

Color information

#056ABC (or 0x056ABC) is unknown color: approx Navy Blue. HEX triplet: 05, 6A and BC. RGB value is (5,106,188). Sum of RGB (Red+Green+Blue) = 5+106+188=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #056ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056ABC is #FA9543. Grayscale: #545454. Windows color (decimal): -16422212 or 12347909. OLE color: 12347909.

HSL color Cylindrical-coordinate representation of color #056ABC: hue angle of 206.89º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056ABC is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5106188-
CMYK0.970.4400.26
HSL206.89º94.82%37.84%-
HSV(B)206.89º97.34%73.73%-
XYZ14.2913.9749.52-
YUV85.15186.0470.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.67%
GREEN value IS 106 (41.80% from 255) = 35.45%
BLUE value IS 188 (73.83% from 255) = 62.88%
R=1.67%
G=35.45%
B=62.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51061880.970.4400.26206.8994.8237.84
Hex56ABC612C01Acf5f26
Octal51522741415403231713746
Binary1011101010101111001100001101100011010110011111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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