Html Css Color HEX #0577CE Navy Blue

📋 copy color: '#0577CE'

red 5 ◦ green 119 ◦ blue 206

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

Shades of Navy Blue #0577CE

Tints of Navy Blue #0577CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.42%

R = 1.52%
G = 36.06%
B = 62.42%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0577CE (or 0x0577CE) is known color: Navy Blue. HEX triplet: 05, 77 and CE. RGB value is (5,119,206). Sum of RGB (Red+Green+Blue) = 5+119+206=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #0577CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0577CE is #FA8831. Grayscale: #5E5E5E. Windows color (decimal): -16418866 or 13530885. OLE color: 13530885.

HSL color Cylindrical-coordinate representation of color #0577CE: hue angle of 205.97º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0577CE is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 119 206 -
CMYK 0.98 0.42 0 0.19
HSL 205.97º 0.95% 0.41% -
HSV(B) 205.97º 0.98% 0.81% -
XYZ 17.8 17.68 60.87 -
YUV 94.83 190.73 63.93 -
System Red Green Blue C M Y K H S L
Decimal 5 119 206 0.98 0.42 0 0.19 205.97 0.95 0.41
Hex 5 77 CE 62 2A 0 13 CE 5F 29
Octal 5 167 316 142 52 0 23 316 137 51
Binary 101 1110111 11001110 1100010 101010 0 10011 11001110 1011111 101001

Color Harmonies of #0577CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0577CE

Black with #0577CE

Text Example


Text Example

White with #0577CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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