Html Css Color HEX #100379 Navy

📋 copy color: '#100379'

red 16 ◦ green 3 ◦ blue 121

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

Shades of Navy #100379

Tints of Navy #100379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 86.43%

R = 11.43%
G = 2.14%
B = 86.43%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#100379 (or 0x100379) is known color: Navy. HEX triplet: 10, 03 and 79. RGB value is (16,3,121). Sum of RGB (Red+Green+Blue) = 16+3+121=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 121 (47.66% from 255 or 86.43% from 140); Max value from RGB is 121 - color contains mainly: blue. Hex color #100379 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100379 is #EFFC86. Grayscale: #131313. Windows color (decimal): -15727751 or 7930640. OLE color: 7930640.

HSL color Cylindrical-coordinate representation of color #100379: hue angle of 246.61º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #100379 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 3 121 -
CMYK 0.87 0.98 0 0.53
HSL 246.61º 0.95% 0.24% -
HSV(B) 246.61º 0.98% 0.47% -
XYZ 3.7 1.56 18.19 -
YUV 20.34 184.81 124.91 -
System Red Green Blue C M Y K H S L
Decimal 16 3 121 0.87 0.98 0 0.53 246.61 0.95 0.24
Hex 10 3 79 57 62 0 35 F7 5F 18
Octal 20 3 171 127 142 0 65 367 137 30
Binary 10000 11 1111001 1010111 1100010 0 110101 11110111 1011111 11000

Color Harmonies of #100379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100379

Black with #100379

Text Example


Text Example

White with #100379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100379; }

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

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

background-color css

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

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

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

border-color css

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

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

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