Html Css Color HEX #056DDA Navy Blue

📋 copy color: '#056DDA'

red 5 ◦ green 109 ◦ blue 218

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

Shades of Navy Blue #056DDA

Tints of Navy Blue #056DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.83%

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

R = 1.51%
G = 32.83%
B = 65.66%

CMYK

 C value IS 0.98

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#056DDA (or 0x056DDA) is known color: Navy Blue. HEX triplet: 05, 6D and DA. RGB value is (5,109,218). Sum of RGB (Red+Green+Blue) = 5+109+218=332 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 218 (85.55% from 255 or 65.66% from 332); Max value from RGB is 218 - color contains mainly: blue. Hex color #056DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056DDA is #FA9225. Grayscale: #595959. Windows color (decimal): -16421414 or 14314757. OLE color: 14314757.

HSL color Cylindrical-coordinate representation of color #056DDA: hue angle of 210.7º 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 #056DDA is Cyan = 0.98, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 109 218 -
CMYK 0.98 0.5 0 0.15
HSL 210.7º 0.96% 0.44% -
HSV(B) 210.7º 0.98% 0.85% -
XYZ 18.19 16.03 68.47 -
YUV 90.33 200.04 67.14 -
System Red Green Blue C M Y K H S L
Decimal 5 109 218 0.98 0.5 0 0.15 210.7 0.96 0.44
Hex 5 6D DA 62 32 0 F D3 60 2C
Octal 5 155 332 142 62 0 17 323 140 54
Binary 101 1101101 11011010 1100010 110010 0 1111 11010011 1100000 101100

Color Harmonies of #056DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056DDA

Black with #056DDA

Text Example


Text Example

White with #056DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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