Html Css Color HEX #000576 Navy

📋 copy color: '#000576'

red 0 ◦ green 5 ◦ blue 118

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

Shades of Navy #000576

Tints of Navy #000576

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 5 (2.34% from 255) = 4.07%

 BLUE value IS 118 (46.48% from 255) = 95.93%

R = 0%
G = 4.07%
B = 95.93%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#000576 (or 0x000576) is known color: Navy. HEX triplet: 00, 05 and 76. RGB value is (0,5,118). Sum of RGB (Red+Green+Blue) = 0+5+118=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 118 (46.48% from 255 or 95.93% from 123); Max value from RGB is 118 - color contains mainly: blue. Hex color #000576 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000576 is #FFFA89. Grayscale: #0F0F0F. Windows color (decimal): -16775818 or 7734528. OLE color: 7734528.

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

Color convert

RGB 0 5 118 -
CMYK 1 0.96 0 0.54
HSL 237.46º 1% 0.23% -
HSV(B) 237.46º 1% 0.46% -
XYZ 3.32 1.42 17.24 -
YUV 16.39 185.34 116.31 -
System Red Green Blue C M Y K H S L
Decimal 0 5 118 1 0.96 0 0.54 237.46 1 0.23
Hex 0 5 76 64 60 0 36 ED 64 17
Octal 0 5 166 144 140 0 66 355 144 27
Binary 0 101 1110110 1100100 1100000 0 110110 11101101 1100100 10111

Color Harmonies of #000576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000576

Black with #000576

Text Example


Text Example

White with #000576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000576; }

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

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

background-color css

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

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

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

border-color css

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

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

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