Html Css Color HEX #056ACD Navy Blue

📋 copy color: '#056ACD'

red 5 ◦ green 106 ◦ blue 205

#056ACD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #056ACD

Tints of Navy Blue #056ACD

RGB

 RED value IS 5 (2.34% from 255) = 1.58%

 GREEN value IS 106 (41.8% 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 value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#056ACD (or 0x056ACD) is known color: 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

RGB 5 106 205 -
CMYK 0.98 0.48 0 0.20
HSL 209.7º 0.95% 0.41% -
HSV(B) 209.7º 0.98% 0.8% -
XYZ 16.24 14.75 59.75 -
YUV 87.09 194.54 69.45 -
System Red Green Blue C M Y K H S L
Decimal 5 106 205 0.98 0.48 0 0.20 209.7 0.95 0.41
Hex 5 6A CD 62 30 0 14 D2 5F 29
Octal 5 152 315 142 60 0 24 322 137 51
Binary 101 1101010 11001101 1100010 110000 0 10100 11010010 1011111 101001

Color Harmonies of #056ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056ACD

Black with #056ACD

Text Example


Text Example

White with #056ACD

Text Example


Text Example

HTML Codes & Css Web 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>