Html Css Color HEX #100371 Navy

📋 copy color: '#100371'

red 16 ◦ green 3 ◦ blue 113

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

Shades of Navy #100371

Tints of Navy #100371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.27%

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

R = 12.12%
G = 2.27%
B = 85.61%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#100371 (or 0x100371) is known color: Navy. HEX triplet: 10, 03 and 71. RGB value is (16,3,113). Sum of RGB (Red+Green+Blue) = 16+3+113=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 113 (44.53% from 255 or 85.61% from 132); Max value from RGB is 113 - color contains mainly: blue. Hex color #100371 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100371 is #EFFC8E. Grayscale: #131313. Windows color (decimal): -15727759 or 7406352. OLE color: 7406352.

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

Color convert

RGB 16 3 113 -
CMYK 0.86 0.97 0 0.56
HSL 247.09º 0.95% 0.23% -
HSV(B) 247.09º 0.97% 0.44% -
XYZ 3.23 1.37 15.72 -
YUV 19.43 180.81 125.56 -
System Red Green Blue C M Y K H S L
Decimal 16 3 113 0.86 0.97 0 0.56 247.09 0.95 0.23
Hex 10 3 71 56 61 0 38 F7 5F 17
Octal 20 3 161 126 141 0 70 367 137 27
Binary 10000 11 1110001 1010110 1100001 0 111000 11110111 1011111 10111

Color Harmonies of #100371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100371

Black with #100371

Text Example


Text Example

White with #100371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100371; }

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

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

background-color css

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

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

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

border-color css

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

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

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