Html Css Color HEX #057ADB Navy Blue

📋 copy color: '#057ADB'

red 5 ◦ green 122 ◦ blue 219

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

Shades of Navy Blue #057ADB

Tints of Navy Blue #057ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.29%

R = 1.45%
G = 35.26%
B = 63.29%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#057ADB (or 0x057ADB) is known color: Navy Blue. HEX triplet: 05, 7A and DB. RGB value is (5,122,219). Sum of RGB (Red+Green+Blue) = 5+122+219=346 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #057ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057ADB is #FA8524. Grayscale: #616161. Windows color (decimal): -16418085 or 14383621. OLE color: 14383621.

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

Color convert

RGB 5 122 219 -
CMYK 0.98 0.44 0 0.14
HSL 207.2º 0.96% 0.44% -
HSV(B) 207.2º 0.98% 0.86% -
XYZ 19.81 19.07 69.65 -
YUV 98.08 196.24 61.61 -
System Red Green Blue C M Y K H S L
Decimal 5 122 219 0.98 0.44 0 0.14 207.2 0.96 0.44
Hex 5 7A DB 62 2C 0 E CF 60 2C
Octal 5 172 333 142 54 0 16 317 140 54
Binary 101 1111010 11011011 1100010 101100 0 1110 11001111 1100000 101100

Color Harmonies of #057ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057ADB

Black with #057ADB

Text Example


Text Example

White with #057ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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