Html Css Color HEX #100071 Navy

📋 copy color: '#100071'

red 16 ◦ green 0 ◦ blue 113

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

Shades of Navy #100071

Tints of Navy #100071

RGB

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

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

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

R = 12.4%
G = 0%
B = 87.6%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#100071 (or 0x100071) is known color: Navy. HEX triplet: 10, 00 and 71. RGB value is (16,0,113). Sum of RGB (Red+Green+Blue) = 16+0+113=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 113 (44.53% from 255 or 87.60% from 129); Max value from RGB is 113 - color contains mainly: blue. Hex color #100071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100071 is #EFFF8E. Grayscale: #111111. Windows color (decimal): -15728527 or 7405584. OLE color: 7405584.

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

Color convert

RGB 16 0 113 -
CMYK 0.86 1 0 0.56
HSL 248.5º 1% 0.22% -
HSV(B) 248.5º 1% 0.44% -
XYZ 3.19 1.3 15.71 -
YUV 17.67 181.8 126.81 -
System Red Green Blue C M Y K H S L
Decimal 16 0 113 0.86 1 0 0.56 248.5 1 0.22
Hex 10 0 71 56 64 0 38 F8 64 16
Octal 20 0 161 126 144 0 70 370 144 26
Binary 10000 0 1110001 1010110 1100100 0 111000 11111000 1100100 10110

Color Harmonies of #100071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100071

Black with #100071

Text Example


Text Example

White with #100071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100071; }

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

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

background-color css

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

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

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

border-color css

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

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

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