#101976

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

Shades of Midnight Blue #101976

Tints of Midnight Blue #101976

Color information

#101976 (or 0x101976) is unknown color: approx Midnight Blue. HEX triplet: 10, 19 and 76. RGB value is (16,25,118). Sum of RGB (Red+Green+Blue) = 16+25+118=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 118 (46.48% from 255 or 74.21% from 159); Max value from RGB is 118 - color contains mainly: blue. Hex color #101976 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101976 is #EFE689. Grayscale: #202020. Windows color (decimal): -15722122 or 7739664. OLE color: 7739664.

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

Color convert

RGB1625118-
CMYK0.860.7900.54
HSL234.71º76.12%26.27%-
HSV(B)234.71º86.44%46.27%-
XYZ3.832.1117.35-
YUV32.91176.02115.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.06%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 118 (46.48% from 255) = 74.21%
R=10.06%
G=15.72%
B=74.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16251180.860.7900.54234.7176.1226.27
Hex101976564F036eb4c1a
Octal203116612611706635311432
Binary1000011001111011010101101001111011011011101011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101976; }

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

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

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

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

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

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

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

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