Html Css Color HEX #100575 Navy

📋 copy color: '#100575'

red 16 ◦ green 5 ◦ blue 117

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

Shades of Navy #100575

Tints of Navy #100575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.62%

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

R = 11.59%
G = 3.62%
B = 84.78%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#100575 (or 0x100575) is known color: Navy. HEX triplet: 10, 05 and 75. RGB value is (16,5,117). Sum of RGB (Red+Green+Blue) = 16+5+117=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 117 (46.09% from 255 or 84.78% from 138); Max value from RGB is 117 - color contains mainly: blue. Hex color #100575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100575 is #EFFA8A. Grayscale: #141414. Windows color (decimal): -15727243 or 7669008. OLE color: 7669008.

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

Color convert

RGB 16 5 117 -
CMYK 0.86 0.96 0 0.54
HSL 245.89º 0.92% 0.24% -
HSV(B) 245.89º 0.96% 0.46% -
XYZ 3.48 1.5 16.94 -
YUV 21.06 182.14 124.39 -
System Red Green Blue C M Y K H S L
Decimal 16 5 117 0.86 0.96 0 0.54 245.89 0.92 0.24
Hex 10 5 75 56 60 0 36 F6 5C 18
Octal 20 5 165 126 140 0 66 366 134 30
Binary 10000 101 1110101 1010110 1100000 0 110110 11110110 1011100 11000

Color Harmonies of #100575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100575

Black with #100575

Text Example


Text Example

White with #100575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100575; }

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

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

background-color css

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

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

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

border-color css

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

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

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