Html Css Color HEX #0577BE Navy Blue

📋 copy color: '#0577BE'

red 5 ◦ green 119 ◦ blue 190

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

Shades of Navy Blue #0577BE

Tints of Navy Blue #0577BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.51%

R = 1.59%
G = 37.9%
B = 60.51%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0577BE (or 0x0577BE) is known color: Navy Blue. HEX triplet: 05, 77 and BE. RGB value is (5,119,190). Sum of RGB (Red+Green+Blue) = 5+119+190=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #0577BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0577BE is #FA8841. Grayscale: #5C5C5C. Windows color (decimal): -16418882 or 12482309. OLE color: 12482309.

HSL color Cylindrical-coordinate representation of color #0577BE: hue angle of 203.03º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0577BE is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 119 190 -
CMYK 0.97 0.37 0 0.25
HSL 203.03º 0.95% 0.38% -
HSV(B) 203.03º 0.97% 0.75% -
XYZ 15.95 16.94 51.14 -
YUV 93.01 182.73 65.23 -
System Red Green Blue C M Y K H S L
Decimal 5 119 190 0.97 0.37 0 0.25 203.03 0.95 0.38
Hex 5 77 BE 61 25 0 19 CB 5F 26
Octal 5 167 276 141 45 0 31 313 137 46
Binary 101 1110111 10111110 1100001 100101 0 11001 11001011 1011111 100110

Color Harmonies of #0577BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0577BE

Black with #0577BE

Text Example


Text Example

White with #0577BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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