Html Css Color HEX #100271 Navy

📋 copy color: '#100271'

red 16 ◦ green 2 ◦ blue 113

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

Shades of Navy #100271

Tints of Navy #100271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.53%

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

R = 12.21%
G = 1.53%
B = 86.26%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#100271 (or 0x100271) is known color: Navy. HEX triplet: 10, 02 and 71. RGB value is (16,2,113). Sum of RGB (Red+Green+Blue) = 16+2+113=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 113 (44.53% from 255 or 86.26% from 131); Max value from RGB is 113 - color contains mainly: blue. Hex color #100271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100271 is #EFFD8E. Grayscale: #121212. Windows color (decimal): -15728015 or 7406096. OLE color: 7406096.

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

Color convert

RGB 16 2 113 -
CMYK 0.86 0.98 0 0.56
HSL 247.57º 0.97% 0.23% -
HSV(B) 247.57º 0.98% 0.44% -
XYZ 3.22 1.35 15.71 -
YUV 18.84 181.14 125.97 -
System Red Green Blue C M Y K H S L
Decimal 16 2 113 0.86 0.98 0 0.56 247.57 0.97 0.23
Hex 10 2 71 56 62 0 38 F8 61 17
Octal 20 2 161 126 142 0 70 370 141 27
Binary 10000 10 1110001 1010110 1100010 0 111000 11111000 1100001 10111

Color Harmonies of #100271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100271

Black with #100271

Text Example


Text Example

White with #100271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100271; }

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

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

background-color css

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

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

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

border-color css

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

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

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