Html Css Color HEX #057EC9 Navy Blue

📋 copy color: '#057EC9'

red 5 ◦ green 126 ◦ blue 201

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

Shades of Navy Blue #057EC9

Tints of Navy Blue #057EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 60.54%

R = 1.51%
G = 37.95%
B = 60.54%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#057EC9 (or 0x057EC9) is known color: Navy Blue. HEX triplet: 05, 7E and C9. RGB value is (5,126,201). Sum of RGB (Red+Green+Blue) = 5+126+201=332 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 201 (78.91% from 255 or 60.54% from 332); Max value from RGB is 201 - color contains mainly: blue. Hex color #057EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057EC9 is #FA8136. Grayscale: #616161. Windows color (decimal): -16417079 or 13204997. OLE color: 13204997.

HSL color Cylindrical-coordinate representation of color #057EC9: hue angle of 202.96º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057EC9 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 126 201 -
CMYK 0.98 0.37 0 0.21
HSL 202.96º 0.95% 0.4% -
HSV(B) 202.96º 0.98% 0.79% -
XYZ 18.07 19.17 58.01 -
YUV 98.37 185.91 61.4 -
System Red Green Blue C M Y K H S L
Decimal 5 126 201 0.98 0.37 0 0.21 202.96 0.95 0.4
Hex 5 7E C9 62 25 0 15 CB 5F 28
Octal 5 176 311 142 45 0 25 313 137 50
Binary 101 1111110 11001001 1100010 100101 0 10101 11001011 1011111 101000

Color Harmonies of #057EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057EC9

Black with #057EC9

Text Example


Text Example

White with #057EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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