Html Css Color HEX #057ADE Navy Blue

📋 copy color: '#057ADE'

red 5 ◦ green 122 ◦ blue 222

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

Shades of Navy Blue #057ADE

Tints of Navy Blue #057ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.61%

R = 1.43%
G = 34.96%
B = 63.61%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#057ADE (or 0x057ADE) is known color: Navy Blue. HEX triplet: 05, 7A and DE. RGB value is (5,122,222). Sum of RGB (Red+Green+Blue) = 5+122+222=349 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #057ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057ADE is #FA8521. Grayscale: #616161. Windows color (decimal): -16418082 or 14580229. OLE color: 14580229.

HSL color Cylindrical-coordinate representation of color #057ADE: hue angle of 207.65º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057ADE is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 122 222 -
CMYK 0.98 0.45 0 0.13
HSL 207.65º 0.96% 0.45% -
HSV(B) 207.65º 0.98% 0.87% -
XYZ 20.21 19.23 71.75 -
YUV 98.42 197.74 61.37 -
System Red Green Blue C M Y K H S L
Decimal 5 122 222 0.98 0.45 0 0.13 207.65 0.96 0.45
Hex 5 7A DE 62 2D 0 D D0 60 2D
Octal 5 172 336 142 55 0 15 320 140 55
Binary 101 1111010 11011110 1100010 101101 0 1101 11010000 1100000 101101

Color Harmonies of #057ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057ADE

Black with #057ADE

Text Example


Text Example

White with #057ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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