Html Css Color HEX #100171 Navy

📋 copy color: '#100171'

red 16 ◦ green 1 ◦ blue 113

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

Shades of Navy #100171

Tints of Navy #100171

RGB

 RED value IS 16 (6.64% from 255) = 12.31%

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

 BLUE value IS 113 (44.53% from 255) = 86.92%

R = 12.31%
G = 0.77%
B = 86.92%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#100171 (or 0x100171) is known color: Navy. HEX triplet: 10, 01 and 71. RGB value is (16,1,113). Sum of RGB (Red+Green+Blue) = 16+1+113=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 113 (44.53% from 255 or 86.92% from 130); Max value from RGB is 113 - color contains mainly: blue. Hex color #100171 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100171 is #EFFE8E. Grayscale: #111111. Windows color (decimal): -15728271 or 7405840. OLE color: 7405840.

HSL color Cylindrical-coordinate representation of color #100171: hue angle of 248.04º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #100171 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 1 113 -
CMYK 0.86 0.99 0 0.56
HSL 248.04º 0.98% 0.22% -
HSV(B) 248.04º 0.99% 0.44% -
XYZ 3.21 1.32 15.71 -
YUV 18.25 181.47 126.39 -
System Red Green Blue C M Y K H S L
Decimal 16 1 113 0.86 0.99 0 0.56 248.04 0.98 0.22
Hex 10 1 71 56 63 0 38 F8 62 16
Octal 20 1 161 126 143 0 70 370 142 26
Binary 10000 1 1110001 1010110 1100011 0 111000 11111000 1100010 10110

Color Harmonies of #100171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100171

Black with #100171

Text Example


Text Example

White with #100171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100171; }

 p { color: rgb(16,1,113); }

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

background-color css

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

 a { background-color: rgb(16,1,113); }

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

border-color css

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

 span { border-color: rgb(16,1,113); }

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