Html Css Color HEX #000172 Navy

📋 copy color: '#000172'

red 0 ◦ green 1 ◦ blue 114

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

Shades of Navy #000172

Tints of Navy #000172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 99.13%

R = 0%
G = 0.87%
B = 99.13%

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

#000172 (or 0x000172) is known color: Navy. HEX triplet: 00, 01 and 72. RGB value is (0,1,114). Sum of RGB (Red+Green+Blue) = 0+1+114=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 114 (44.92% from 255 or 99.13% from 115); Max value from RGB is 114 - color contains mainly: blue. Hex color #000172 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000172 is #FFFE8D. Grayscale: #0D0D0D. Windows color (decimal): -16776846 or 7471360. OLE color: 7471360.

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

Color convert

RGB 0 1 114 -
CMYK 1 0.99 0 0.55
HSL 239.47º 1% 0.22% -
HSV(B) 239.47º 1% 0.45% -
XYZ 3.05 1.24 16 -
YUV 13.58 184.67 118.31 -
System Red Green Blue C M Y K H S L
Decimal 0 1 114 1 0.99 0 0.55 239.47 1 0.22
Hex 0 1 72 64 63 0 37 EF 64 16
Octal 0 1 162 144 143 0 67 357 144 26
Binary 0 1 1110010 1100100 1100011 0 110111 11101111 1100100 10110

Color Harmonies of #000172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000172

Black with #000172

Text Example


Text Example

White with #000172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000172; }

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

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

background-color css

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

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

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

border-color css

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

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

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