Html Css Color HEX #100473 Navy

📋 copy color: '#100473'

red 16 ◦ green 4 ◦ blue 115

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

Shades of Navy #100473

Tints of Navy #100473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.96%

 BLUE value IS 115 (45.31% from 255) = 85.19%

R = 11.85%
G = 2.96%
B = 85.19%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#100473 (or 0x100473) is known color: Navy. HEX triplet: 10, 04 and 73. RGB value is (16,4,115). Sum of RGB (Red+Green+Blue) = 16+4+115=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 115 (45.31% from 255 or 85.19% from 135); Max value from RGB is 115 - color contains mainly: blue. Hex color #100473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100473 is #EFFB8C. Grayscale: #131313. Windows color (decimal): -15727501 or 7537680. OLE color: 7537680.

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

Color convert

RGB 16 4 115 -
CMYK 0.86 0.97 0 0.55
HSL 246.49º 0.93% 0.23% -
HSV(B) 246.49º 0.97% 0.45% -
XYZ 3.35 1.43 16.32 -
YUV 20.24 181.48 124.97 -
System Red Green Blue C M Y K H S L
Decimal 16 4 115 0.86 0.97 0 0.55 246.49 0.93 0.23
Hex 10 4 73 56 61 0 37 F6 5D 17
Octal 20 4 163 126 141 0 67 366 135 27
Binary 10000 100 1110011 1010110 1100001 0 110111 11110110 1011101 10111

Color Harmonies of #100473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100473

Black with #100473

Text Example


Text Example

White with #100473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100473; }

 p { color: rgb(16,4,115); }

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

background-color css

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

 a { background-color: rgb(16,4,115); }

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

border-color css

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

 span { border-color: rgb(16,4,115); }

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