Html Css Color HEX #100376 Navy

📋 copy color: '#100376'

red 16 ◦ green 3 ◦ blue 118

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

Shades of Navy #100376

Tints of Navy #100376

RGB

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

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

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

R = 11.68%
G = 2.19%
B = 86.13%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#100376 (or 0x100376) is known color: Navy. HEX triplet: 10, 03 and 76. RGB value is (16,3,118). Sum of RGB (Red+Green+Blue) = 16+3+118=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 118 (46.48% from 255 or 86.13% from 137); Max value from RGB is 118 - color contains mainly: blue. Hex color #100376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100376 is #EFFC89. Grayscale: #131313. Windows color (decimal): -15727754 or 7734032. OLE color: 7734032.

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

Color convert

RGB 16 3 118 -
CMYK 0.86 0.97 0 0.54
HSL 246.78º 0.95% 0.24% -
HSV(B) 246.78º 0.97% 0.46% -
XYZ 3.52 1.48 17.24 -
YUV 20 183.31 125.15 -
System Red Green Blue C M Y K H S L
Decimal 16 3 118 0.86 0.97 0 0.54 246.78 0.95 0.24
Hex 10 3 76 56 61 0 36 F7 5F 18
Octal 20 3 166 126 141 0 66 367 137 30
Binary 10000 11 1110110 1010110 1100001 0 110110 11110111 1011111 11000

Color Harmonies of #100376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100376

Black with #100376

Text Example


Text Example

White with #100376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100376; }

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

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

background-color css

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

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

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

border-color css

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

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

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