Html Css Color HEX #000573 Navy

📋 copy color: '#000573'

red 0 ◦ green 5 ◦ blue 115

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

Shades of Navy #000573

Tints of Navy #000573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 95.83%

R = 0%
G = 4.17%
B = 95.83%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#000573 (or 0x000573) is known color: Navy. HEX triplet: 00, 05 and 73. RGB value is (0,5,115). Sum of RGB (Red+Green+Blue) = 0+5+115=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 115 (45.31% from 255 or 95.83% from 120); Max value from RGB is 115 - color contains mainly: blue. Hex color #000573 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000573 is #FFFA8C. Grayscale: #0F0F0F. Windows color (decimal): -16775821 or 7537920. OLE color: 7537920.

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

Color convert

RGB 0 5 115 -
CMYK 1 0.96 0 0.55
HSL 237.39º 1% 0.23% -
HSV(B) 237.39º 1% 0.45% -
XYZ 3.15 1.35 16.31 -
YUV 16.05 183.84 116.56 -
System Red Green Blue C M Y K H S L
Decimal 0 5 115 1 0.96 0 0.55 237.39 1 0.23
Hex 0 5 73 64 60 0 37 ED 64 17
Octal 0 5 163 144 140 0 67 355 144 27
Binary 0 101 1110011 1100100 1100000 0 110111 11101101 1100100 10111

Color Harmonies of #000573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000573

Black with #000573

Text Example


Text Example

White with #000573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000573; }

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

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

background-color css

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

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

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

border-color css

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

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

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