Html Css Color HEX #100172 Navy

📋 copy color: '#100172'

red 16 ◦ green 1 ◦ blue 114

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

Shades of Navy #100172

Tints of Navy #100172

RGB

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

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

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

R = 12.21%
G = 0.76%
B = 87.02%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#100172 (or 0x100172) is known color: Navy. HEX triplet: 10, 01 and 72. RGB value is (16,1,114). Sum of RGB (Red+Green+Blue) = 16+1+114=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 114 (44.92% from 255 or 87.02% from 131); Max value from RGB is 114 - color contains mainly: blue. Hex color #100172 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100172 is #EFFE8D. Grayscale: #111111. Windows color (decimal): -15728270 or 7471376. OLE color: 7471376.

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

Color convert

RGB 16 1 114 -
CMYK 0.86 0.99 0 0.55
HSL 247.96º 0.98% 0.23% -
HSV(B) 247.96º 0.99% 0.45% -
XYZ 3.26 1.35 16.01 -
YUV 18.37 181.97 126.31 -
System Red Green Blue C M Y K H S L
Decimal 16 1 114 0.86 0.99 0 0.55 247.96 0.98 0.23
Hex 10 1 72 56 63 0 37 F8 62 17
Octal 20 1 162 126 143 0 67 370 142 27
Binary 10000 1 1110010 1010110 1100011 0 110111 11111000 1100010 10111

Color Harmonies of #100172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100172

Black with #100172

Text Example


Text Example

White with #100172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100172; }

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

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

background-color css

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

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

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

border-color css

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

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

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