Html Css Color HEX #056ADA Navy Blue

📋 copy color: '#056ADA'

red 5 ◦ green 106 ◦ blue 218

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

Shades of Navy Blue #056ADA

Tints of Navy Blue #056ADA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.22%

 BLUE value IS 218 (85.55% from 255) = 66.26%

R = 1.52%
G = 32.22%
B = 66.26%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#056ADA (or 0x056ADA) is known color: Navy Blue. HEX triplet: 05, 6A and DA. RGB value is (5,106,218). Sum of RGB (Red+Green+Blue) = 5+106+218=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #056ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056ADA is #FA9525. Grayscale: #585858. Windows color (decimal): -16422182 or 14313989. OLE color: 14313989.

HSL color Cylindrical-coordinate representation of color #056ADA: hue angle of 211.55º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056ADA is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 106 218 -
CMYK 0.98 0.51 0 0.15
HSL 211.55º 0.96% 0.44% -
HSV(B) 211.55º 0.98% 0.85% -
XYZ 17.87 15.4 68.36 -
YUV 88.57 201.04 68.39 -
System Red Green Blue C M Y K H S L
Decimal 5 106 218 0.98 0.51 0 0.15 211.55 0.96 0.44
Hex 5 6A DA 62 33 0 F D4 60 2C
Octal 5 152 332 142 63 0 17 324 140 54
Binary 101 1101010 11011010 1100010 110011 0 1111 11010100 1100000 101100

Color Harmonies of #056ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056ADA

Black with #056ADA

Text Example


Text Example

White with #056ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #056ADA;
 }
 .AnyTagClassName
 {
   color: #056ADA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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