#100A76

Color #100A76 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #100A76

Tints of Midnight Blue #100A76

Color information

#100A76 (or 0x100A76) is unknown color: approx Midnight Blue. HEX triplet: 10, 0A and 76. RGB value is (16,10,118). Sum of RGB (Red+Green+Blue) = 16+10+118=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 10 (4.30% from 255 or 6.94% from 144); Blue value is 118 (46.48% from 255 or 81.94% from 144); Max value from RGB is 118 - color contains mainly: blue. Hex color #100A76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100A76 is #EFF589. Grayscale: #171717. Windows color (decimal): -15725962 or 7735824. OLE color: 7735824.

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

Color convert

RGB1610118-
CMYK0.860.9200.54
HSL243.33º84.38%25.1%-
HSV(B)243.33º91.53%46.27%-
XYZ3.591.6417.27-
YUV24.11180.99122.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.11%
GREEN value IS 10 (4.30% from 255) = 6.94%
BLUE value IS 118 (46.48% from 255) = 81.94%
R=11.11%
G=6.94%
B=81.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16101180.860.9200.54243.3384.3825.1
Hex10A76565C036f35419
Octal201216612613406636312431
Binary100001010111011010101101011100011011011110011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100A76; }

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

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

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

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

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

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

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

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