Html Css Color HEX #100176 Navy

📋 copy color: '#100176'

red 16 ◦ green 1 ◦ blue 118

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

Shades of Navy #100176

Tints of Navy #100176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 87.41%

R = 11.85%
G = 0.74%
B = 87.41%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#100176 (or 0x100176) is known color: Navy. HEX triplet: 10, 01 and 76. RGB value is (16,1,118). Sum of RGB (Red+Green+Blue) = 16+1+118=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 118 (46.48% from 255 or 87.41% from 135); Max value from RGB is 118 - color contains mainly: blue. Hex color #100176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100176 is #EFFE89. Grayscale: #121212. Windows color (decimal): -15728266 or 7733520. OLE color: 7733520.

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

Color convert

RGB 16 1 118 -
CMYK 0.86 0.99 0 0.54
HSL 247.69º 0.98% 0.23% -
HSV(B) 247.69º 0.99% 0.46% -
XYZ 3.49 1.44 17.23 -
YUV 18.82 183.97 125.99 -
System Red Green Blue C M Y K H S L
Decimal 16 1 118 0.86 0.99 0 0.54 247.69 0.98 0.23
Hex 10 1 76 56 63 0 36 F8 62 17
Octal 20 1 166 126 143 0 66 370 142 27
Binary 10000 1 1110110 1010110 1100011 0 110110 11111000 1100010 10111

Color Harmonies of #100176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100176

Black with #100176

Text Example


Text Example

White with #100176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100176; }

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

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

background-color css

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

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

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

border-color css

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

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

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