Html Css Color HEX #000473 Navy

📋 copy color: '#000473'

red 0 ◦ green 4 ◦ blue 115

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

Shades of Navy #000473

Tints of Navy #000473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.36%

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

R = 0%
G = 3.36%
B = 96.64%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#000473 (or 0x000473) is known color: Navy. HEX triplet: 00, 04 and 73. RGB value is (0,4,115). Sum of RGB (Red+Green+Blue) = 0+4+115=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 115 (45.31% from 255 or 96.64% from 119); Max value from RGB is 115 - color contains mainly: blue. Hex color #000473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000473 is #FFFB8C. Grayscale: #0F0F0F. Windows color (decimal): -16776077 or 7537664. OLE color: 7537664.

HSL color Cylindrical-coordinate representation of color #000473: hue angle of 237.91º 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 #000473 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 4 115 -
CMYK 1 0.97 0 0.55
HSL 237.91º 1% 0.23% -
HSV(B) 237.91º 1% 0.45% -
XYZ 3.14 1.32 16.31 -
YUV 15.46 184.17 116.97 -
System Red Green Blue C M Y K H S L
Decimal 0 4 115 1 0.97 0 0.55 237.91 1 0.23
Hex 0 4 73 64 61 0 37 EE 64 17
Octal 0 4 163 144 141 0 67 356 144 27
Binary 0 100 1110011 1100100 1100001 0 110111 11101110 1100100 10111

Color Harmonies of #000473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000473

Black with #000473

Text Example


Text Example

White with #000473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000473; }

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

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

background-color css

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

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

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

border-color css

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

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

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