Html Css Color HEX #057FE0 Navy Blue

📋 copy color: '#057FE0'

red 5 ◦ green 127 ◦ blue 224

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

Shades of Navy Blue #057FE0

Tints of Navy Blue #057FE0

RGB

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

 GREEN value IS 127 (50% from 255) = 35.67%

 BLUE value IS 224 (87.89% from 255) = 62.92%

R = 1.4%
G = 35.67%
B = 62.92%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#057FE0 (or 0x057FE0) is known color: Navy Blue. HEX triplet: 05, 7F and E0. RGB value is (5,127,224). Sum of RGB (Red+Green+Blue) = 5+127+224=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 224 (87.89% from 255 or 62.92% from 356); Max value from RGB is 224 - color contains mainly: blue. Hex color #057FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057FE0 is #FA801F. Grayscale: #656565. Windows color (decimal): -16416800 or 14712581. OLE color: 14712581.

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

Color convert

RGB 5 127 224 -
CMYK 0.98 0.43 0 0.12
HSL 206.58º 0.96% 0.45% -
HSV(B) 206.58º 0.98% 0.88% -
XYZ 21.11 20.59 73.38 -
YUV 101.58 197.08 59.11 -
System Red Green Blue C M Y K H S L
Decimal 5 127 224 0.98 0.43 0 0.12 206.58 0.96 0.45
Hex 5 7F E0 62 2B 0 C CF 60 2D
Octal 5 177 340 142 53 0 14 317 140 55
Binary 101 1111111 11100000 1100010 101011 0 1100 11001111 1100000 101101

Color Harmonies of #057FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057FE0

Black with #057FE0

Text Example


Text Example

White with #057FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,127,224); }

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

background-color css

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

 a { background-color: rgb(5,127,224); }

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

border-color css

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

 span { border-color: rgb(5,127,224); }

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