Html Css Color HEX #000174 Navy

📋 copy color: '#000174'

red 0 ◦ green 1 ◦ blue 116

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

Shades of Navy #000174

Tints of Navy #000174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 99.15%

R = 0%
G = 0.85%
B = 99.15%

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

#000174 (or 0x000174) is known color: Navy. HEX triplet: 00, 01 and 74. RGB value is (0,1,116). Sum of RGB (Red+Green+Blue) = 0+1+116=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 116 (45.70% from 255 or 99.15% from 117); Max value from RGB is 116 - color contains mainly: blue. Hex color #000174 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000174 is #FFFE8B. Grayscale: #0D0D0D. Windows color (decimal): -16776844 or 7602432. OLE color: 7602432.

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

Color convert

RGB 0 1 116 -
CMYK 1 0.99 0 0.55
HSL 239.48º 1% 0.23% -
HSV(B) 239.48º 1% 0.45% -
XYZ 3.16 1.28 16.6 -
YUV 13.81 185.67 118.15 -
System Red Green Blue C M Y K H S L
Decimal 0 1 116 1 0.99 0 0.55 239.48 1 0.23
Hex 0 1 74 64 63 0 37 EF 64 17
Octal 0 1 164 144 143 0 67 357 144 27
Binary 0 1 1110100 1100100 1100011 0 110111 11101111 1100100 10111

Color Harmonies of #000174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000174

Black with #000174

Text Example


Text Example

White with #000174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000174; }

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

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

background-color css

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

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

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

border-color css

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

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

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