Html Css Color HEX #057ADA Navy Blue

📋 copy color: '#057ADA'

red 5 ◦ green 122 ◦ blue 218

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

Shades of Navy Blue #057ADA

Tints of Navy Blue #057ADA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.36%

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

R = 1.45%
G = 35.36%
B = 63.19%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#057ADA (or 0x057ADA) is known color: Navy Blue. HEX triplet: 05, 7A and DA. RGB value is (5,122,218). Sum of RGB (Red+Green+Blue) = 5+122+218=345 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #057ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057ADA is #FA8525. Grayscale: #616161. Windows color (decimal): -16418086 or 14318085. OLE color: 14318085.

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

Color convert

RGB 5 122 218 -
CMYK 0.98 0.44 0 0.15
HSL 207.04º 0.96% 0.44% -
HSV(B) 207.04º 0.98% 0.85% -
XYZ 19.68 19.01 68.96 -
YUV 97.96 195.74 61.69 -
System Red Green Blue C M Y K H S L
Decimal 5 122 218 0.98 0.44 0 0.15 207.04 0.96 0.44
Hex 5 7A DA 62 2C 0 F CF 60 2C
Octal 5 172 332 142 54 0 17 317 140 54
Binary 101 1111010 11011010 1100010 101100 0 1111 11001111 1100000 101100

Color Harmonies of #057ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057ADA

Black with #057ADA

Text Example


Text Example

White with #057ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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