#100076

Color #100076 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #100076

Tints of Navy #100076

Color information

#100076 (or 0x100076) is unknown color: approx Navy. HEX triplet: 10, 00 and 76. RGB value is (16,0,118). Sum of RGB (Red+Green+Blue) = 16+0+118=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 118 (46.48% from 255 or 88.06% from 134); Max value from RGB is 118 - color contains mainly: blue. Hex color #100076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100076 is #EFFF89. Grayscale: #111111. Windows color (decimal): -15728522 or 7733264. OLE color: 7733264.

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

Color convert

RGB160118-
CMYK0.86100.54
HSL248.14º100%23.14%-
HSV(B)248.14º100%46.27%-
XYZ3.481.4217.23-
YUV18.24184.3126.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 88.06%
R=11.94%
G=0%
B=88.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1601180.86100.54248.1410023.14
Hex100765664036f86417
Octal20016612614406637014427
Binary100000111011010101101100100011011011111000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100076; }

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

 H1.HeaderClassName
 {
   color: #100076;
 }
 .AnyTagClassName
 {
   color: #100076;
 }
</style>
background-color css

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

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

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

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

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

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