Html Css Color HEX #057EDE Navy Blue

📋 copy color: '#057EDE'

red 5 ◦ green 126 ◦ blue 222

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

Shades of Navy Blue #057EDE

Tints of Navy Blue #057EDE

RGB

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

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

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

R = 1.42%
G = 35.69%
B = 62.89%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#057EDE (or 0x057EDE) is known color: Navy Blue. HEX triplet: 05, 7E and DE. RGB value is (5,126,222). Sum of RGB (Red+Green+Blue) = 5+126+222=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #057EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057EDE is #FA8121. Grayscale: #646464. Windows color (decimal): -16417058 or 14581253. OLE color: 14581253.

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

Color convert

RGB 5 126 222 -
CMYK 0.98 0.43 0 0.13
HSL 206.54º 0.96% 0.45% -
HSV(B) 206.54º 0.98% 0.87% -
XYZ 20.71 20.23 71.92 -
YUV 100.77 196.41 59.69 -
System Red Green Blue C M Y K H S L
Decimal 5 126 222 0.98 0.43 0 0.13 206.54 0.96 0.45
Hex 5 7E DE 62 2B 0 D CF 60 2D
Octal 5 176 336 142 53 0 15 317 140 55
Binary 101 1111110 11011110 1100010 101011 0 1101 11001111 1100000 101101

Color Harmonies of #057EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057EDE

Black with #057EDE

Text Example


Text Example

White with #057EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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