Html Css Color HEX #057DC9 Navy Blue

📋 copy color: '#057DC9'

red 5 ◦ green 125 ◦ blue 201

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

Shades of Navy Blue #057DC9

Tints of Navy Blue #057DC9

RGB

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

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

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

R = 1.51%
G = 37.76%
B = 60.73%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#057DC9 (or 0x057DC9) is known color: Navy Blue. HEX triplet: 05, 7D and C9. RGB value is (5,125,201). Sum of RGB (Red+Green+Blue) = 5+125+201=331 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 201 (78.91% from 255 or 60.73% from 331); Max value from RGB is 201 - color contains mainly: blue. Hex color #057DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057DC9 is #FA8236. Grayscale: #616161. Windows color (decimal): -16417335 or 13204741. OLE color: 13204741.

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

Color convert

RGB 5 125 201 -
CMYK 0.98 0.38 0 0.21
HSL 203.27º 0.95% 0.4% -
HSV(B) 203.27º 0.98% 0.79% -
XYZ 17.94 18.92 57.96 -
YUV 97.78 186.24 61.82 -
System Red Green Blue C M Y K H S L
Decimal 5 125 201 0.98 0.38 0 0.21 203.27 0.95 0.4
Hex 5 7D C9 62 26 0 15 CB 5F 28
Octal 5 175 311 142 46 0 25 313 137 50
Binary 101 1111101 11001001 1100010 100110 0 10101 11001011 1011111 101000

Color Harmonies of #057DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057DC9

Black with #057DC9

Text Example


Text Example

White with #057DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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