#000577

Color #000577 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #000577

Tints of Navy #000577

Color information

#000577 (or 0x000577) is unknown color: approx Navy. HEX triplet: 00, 05 and 77. RGB value is (0,5,119). Sum of RGB (Red+Green+Blue) = 0+5+119=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 119 (46.88% from 255 or 95.97% from 124); Max value from RGB is 119 - color contains mainly: blue. Hex color #000577 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000577 is #FFFA88. Grayscale: #101010. Windows color (decimal): -16775817 or 7800064. OLE color: 7800064.

HSL color Cylindrical-coordinate representation of color #000577: hue angle of 237.48º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000577 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB05119-
CMYK10.9600.53
HSL237.48º100%23.33%-
HSV(B)237.48º100%46.67%-
XYZ3.381.4417.55-
YUV16.5185.84116.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 119 (46.88% from 255) = 95.97%
R=0%
G=4.03%
B=95.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal0511910.9600.53237.4810023.33
Hex05776460035ed6417
Octal0516714414006535514427
Binary0101111011111001001100000011010111101101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000577; }

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

 H1.HeaderClassName
 {
   color: #000577;
 }
 .AnyTagClassName
 {
   color: #000577;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #000577;
 }
 .BgClassName
 {
   background-color: #000577;
 }
</style>
border-color css

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

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

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