Html Css Color HEX #100475 Navy

📋 copy color: '#100475'

red 16 ◦ green 4 ◦ blue 117

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

Shades of Navy #100475

Tints of Navy #100475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 85.4%

R = 11.68%
G = 2.92%
B = 85.4%

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

#100475 (or 0x100475) is known color: Navy. HEX triplet: 10, 04 and 75. RGB value is (16,4,117). Sum of RGB (Red+Green+Blue) = 16+4+117=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 117 (46.09% from 255 or 85.40% from 137); Max value from RGB is 117 - color contains mainly: blue. Hex color #100475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100475 is #EFFB8A. Grayscale: #141414. Windows color (decimal): -15727499 or 7668752. OLE color: 7668752.

HSL color Cylindrical-coordinate representation of color #100475: hue angle of 246.37º degrees, saturation: 0.93, 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 #100475 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 4 117 -
CMYK 0.86 0.97 0 0.54
HSL 246.37º 0.93% 0.24% -
HSV(B) 246.37º 0.97% 0.46% -
XYZ 3.47 1.48 16.93 -
YUV 20.47 182.48 124.81 -
System Red Green Blue C M Y K H S L
Decimal 16 4 117 0.86 0.97 0 0.54 246.37 0.93 0.24
Hex 10 4 75 56 61 0 36 F6 5D 18
Octal 20 4 165 126 141 0 66 366 135 30
Binary 10000 100 1110101 1010110 1100001 0 110110 11110110 1011101 11000

Color Harmonies of #100475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100475

Black with #100475

Text Example


Text Example

White with #100475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100475; }

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

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

background-color css

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

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

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

border-color css

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

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

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