Html Css Color HEX #057FE1 Navy Blue

📋 copy color: '#057FE1'

red 5 ◦ green 127 ◦ blue 225

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

Shades of Navy Blue #057FE1

Tints of Navy Blue #057FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 63.03%

R = 1.4%
G = 35.57%
B = 63.03%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#057FE1 (or 0x057FE1) is known color: Navy Blue. HEX triplet: 05, 7F and E1. RGB value is (5,127,225). Sum of RGB (Red+Green+Blue) = 5+127+225=357 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 225 (88.28% from 255 or 63.03% from 357); Max value from RGB is 225 - color contains mainly: blue. Hex color #057FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057FE1 is #FA801E. Grayscale: #656565. Windows color (decimal): -16416799 or 14778117. OLE color: 14778117.

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

Color convert

RGB 5 127 225 -
CMYK 0.98 0.44 0 0.12
HSL 206.73º 0.96% 0.45% -
HSV(B) 206.73º 0.98% 0.88% -
XYZ 21.24 20.65 74.1 -
YUV 101.69 197.58 59.03 -
System Red Green Blue C M Y K H S L
Decimal 5 127 225 0.98 0.44 0 0.12 206.73 0.96 0.45
Hex 5 7F E1 62 2C 0 C CF 60 2D
Octal 5 177 341 142 54 0 14 317 140 55
Binary 101 1111111 11100001 1100010 101100 0 1100 11001111 1100000 101101

Color Harmonies of #057FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057FE1

Black with #057FE1

Text Example


Text Example

White with #057FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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