Html Css Color HEX #0577CD Navy Blue

📋 copy color: '#0577CD'

red 5 ◦ green 119 ◦ blue 205

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

Shades of Navy Blue #0577CD

Tints of Navy Blue #0577CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 62.31%

R = 1.52%
G = 36.17%
B = 62.31%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0577CD (or 0x0577CD) is known color: Navy Blue. HEX triplet: 05, 77 and CD. RGB value is (5,119,205). Sum of RGB (Red+Green+Blue) = 5+119+205=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #0577CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0577CD is #FA8832. Grayscale: #5E5E5E. Windows color (decimal): -16418867 or 13465349. OLE color: 13465349.

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

Color convert

RGB 5 119 205 -
CMYK 0.98 0.42 0 0.20
HSL 205.8º 0.95% 0.41% -
HSV(B) 205.8º 0.98% 0.8% -
XYZ 17.68 17.63 60.23 -
YUV 94.72 190.23 64.01 -
System Red Green Blue C M Y K H S L
Decimal 5 119 205 0.98 0.42 0 0.20 205.8 0.95 0.41
Hex 5 77 CD 62 2A 0 14 CE 5F 29
Octal 5 167 315 142 52 0 24 316 137 51
Binary 101 1110111 11001101 1100010 101010 0 10100 11001110 1011111 101001

Color Harmonies of #0577CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0577CD

Black with #0577CD

Text Example


Text Example

White with #0577CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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