Html Css Color HEX #0577E8 Navy Blue

📋 copy color: '#0577E8'

red 5 ◦ green 119 ◦ blue 232

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

Shades of Navy Blue #0577E8

Tints of Navy Blue #0577E8

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.43%

 BLUE value IS 232 (91.02% from 255) = 65.17%

R = 1.4%
G = 33.43%
B = 65.17%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0577E8 (or 0x0577E8) is known color: Navy Blue. HEX triplet: 05, 77 and E8. RGB value is (5,119,232). Sum of RGB (Red+Green+Blue) = 5+119+232=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 232 (91.02% from 255 or 65.17% from 356); Max value from RGB is 232 - color contains mainly: blue. Hex color #0577E8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0577E8 is #FA8817. Grayscale: #616161. Windows color (decimal): -16418840 or 15234821. OLE color: 15234821.

HSL color Cylindrical-coordinate representation of color #0577E8: hue angle of 209.87º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0577E8 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 5 119 232 -
CMYK 0.98 0.49 0 0.09
HSL 209.87º 0.96% 0.46% -
HSV(B) 209.87º 0.98% 0.91% -
XYZ 21.22 19.05 78.9 -
YUV 97.8 203.73 61.81 -
System Red Green Blue C M Y K H S L
Decimal 5 119 232 0.98 0.49 0 0.09 209.87 0.96 0.46
Hex 5 77 E8 62 31 0 9 D2 60 2E
Octal 5 167 350 142 61 0 11 322 140 56
Binary 101 1110111 11101000 1100010 110001 0 1001 11010010 1100000 101110

Color Harmonies of #0577E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0577E8

Black with #0577E8

Text Example


Text Example

White with #0577E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0577E8; }

 p { color: rgb(5,119,232); }

 H1.HeaderClassName
 {
   color: #0577E8;
 }
 .AnyTagClassName
 {
   color: #0577E8;
 }
</style>

background-color css

<style>
 a { background-color: #0577E8; }

 a { background-color: rgb(5,119,232); }

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

border-color css

<style>
 span { border-color: #0577E8; }

 span { border-color: rgb(5,119,232); }

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