Html Css Color HEX #000173 Navy

📋 copy color: '#000173'

red 0 ◦ green 1 ◦ blue 115

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

Shades of Navy #000173

Tints of Navy #000173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.86%

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

R = 0%
G = 0.86%
B = 99.14%

CMYK

 C value IS 1

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#000173 (or 0x000173) is known color: Navy. HEX triplet: 00, 01 and 73. RGB value is (0,1,115). Sum of RGB (Red+Green+Blue) = 0+1+115=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 115 (45.31% from 255 or 99.14% from 116); Max value from RGB is 115 - color contains mainly: blue. Hex color #000173 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000173 is #FFFE8C. Grayscale: #0D0D0D. Windows color (decimal): -16776845 or 7536896. OLE color: 7536896.

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

Color convert

RGB 0 1 115 -
CMYK 1 0.99 0 0.55
HSL 239.48º 1% 0.23% -
HSV(B) 239.48º 1% 0.45% -
XYZ 3.11 1.26 16.3 -
YUV 13.7 185.17 118.23 -
System Red Green Blue C M Y K H S L
Decimal 0 1 115 1 0.99 0 0.55 239.48 1 0.23
Hex 0 1 73 64 63 0 37 EF 64 17
Octal 0 1 163 144 143 0 67 357 144 27
Binary 0 1 1110011 1100100 1100011 0 110111 11101111 1100100 10111

Color Harmonies of #000173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000173

Black with #000173

Text Example


Text Example

White with #000173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000173; }

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

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

background-color css

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

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

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

border-color css

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

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

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