Html Css Color HEX #057DE1 Navy Blue

📋 copy color: '#057DE1'

red 5 ◦ green 125 ◦ blue 225

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

Shades of Navy Blue #057DE1

Tints of Navy Blue #057DE1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.21%

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

R = 1.41%
G = 35.21%
B = 63.38%

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

#057DE1 (or 0x057DE1) is known color: Navy Blue. HEX triplet: 05, 7D and E1. RGB value is (5,125,225). Sum of RGB (Red+Green+Blue) = 5+125+225=355 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 225 (88.28% from 255 or 63.38% from 355); Max value from RGB is 225 - color contains mainly: blue. Hex color #057DE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057DE1 is #FA821E. Grayscale: #646464. Windows color (decimal): -16417311 or 14777605. OLE color: 14777605.

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

Color convert

RGB 5 125 225 -
CMYK 0.98 0.44 0 0.12
HSL 207.27º 0.96% 0.45% -
HSV(B) 207.27º 0.98% 0.88% -
XYZ 20.99 20.14 74.01 -
YUV 100.52 198.24 59.87 -
System Red Green Blue C M Y K H S L
Decimal 5 125 225 0.98 0.44 0 0.12 207.27 0.96 0.45
Hex 5 7D E1 62 2C 0 C CF 60 2D
Octal 5 175 341 142 54 0 14 317 140 55
Binary 101 1111101 11100001 1100010 101100 0 1100 11001111 1100000 101101

Color Harmonies of #057DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057DE1

Black with #057DE1

Text Example


Text Example

White with #057DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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