#056ACD

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

Shades of Navy Blue #056ACD

Tints of Navy Blue #056ACD

Color information

#056ACD (or 0x056ACD) is unknown color: approx Navy Blue. HEX triplet: 05, 6A and CD. RGB value is (5,106,205). Sum of RGB (Red+Green+Blue) = 5+106+205=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #056ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056ACD is #FA9532. Grayscale: #565656. Windows color (decimal): -16422195 or 13462021. OLE color: 13462021.

HSL color Cylindrical-coordinate representation of color #056ACD: hue angle of 209.7º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056ACD is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5106205-
CMYK0.980.4800.20
HSL209.7º95.24%41.18%-
HSV(B)209.7º97.56%80.39%-
XYZ16.2414.7559.75-
YUV87.09194.5469.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.58%
GREEN value IS 106 (41.80% from 255) = 33.54%
BLUE value IS 205 (80.47% from 255) = 64.87%
R=1.58%
G=33.54%
B=64.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal51062050.980.4800.20209.795.2441.18
Hex56ACD6230014d25f29
Octal51523151426002432213751
Binary1011101010110011011100010110000010100110100101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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