Html Css Color HEX #057EDB Navy Blue

📋 copy color: '#057EDB'

red 5 ◦ green 126 ◦ blue 219

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

Shades of Navy Blue #057EDB

Tints of Navy Blue #057EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36%

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

R = 1.43%
G = 36%
B = 62.57%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#057EDB (or 0x057EDB) is known color: Navy Blue. HEX triplet: 05, 7E and DB. RGB value is (5,126,219). Sum of RGB (Red+Green+Blue) = 5+126+219=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #057EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057EDB is #FA8124. Grayscale: #636363. Windows color (decimal): -16417061 or 14384645. OLE color: 14384645.

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

Color convert

RGB 5 126 219 -
CMYK 0.98 0.42 0 0.14
HSL 206.07º 0.96% 0.44% -
HSV(B) 206.07º 0.98% 0.86% -
XYZ 20.31 20.07 69.82 -
YUV 100.42 194.91 59.94 -
System Red Green Blue C M Y K H S L
Decimal 5 126 219 0.98 0.42 0 0.14 206.07 0.96 0.44
Hex 5 7E DB 62 2A 0 E CE 60 2C
Octal 5 176 333 142 52 0 16 316 140 54
Binary 101 1111110 11011011 1100010 101010 0 1110 11001110 1100000 101100

Color Harmonies of #057EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057EDB

Black with #057EDB

Text Example


Text Example

White with #057EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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