#101F76

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

Shades of Midnight Blue #101F76

Tints of Midnight Blue #101F76

Color information

#101F76 (or 0x101F76) is unknown color: approx Midnight Blue. HEX triplet: 10, 1F and 76. RGB value is (16,31,118). Sum of RGB (Red+Green+Blue) = 16+31+118=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 118 (46.48% from 255 or 71.52% from 165); Max value from RGB is 118 - color contains mainly: blue. Hex color #101F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101F76 is #EFE089. Grayscale: #242424. Windows color (decimal): -15720586 or 7741200. OLE color: 7741200.

HSL color Cylindrical-coordinate representation of color #101F76: hue angle of 231.18º 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 #101F76 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1631118-
CMYK0.860.7400.54
HSL231.18º76.12%26.27%-
HSV(B)231.18º86.44%46.27%-
XYZ3.972.417.39-
YUV36.43174.03113.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.70%
GREEN value IS 31 (12.5% from 255) = 18.79%
BLUE value IS 118 (46.48% from 255) = 71.52%
R=9.70%
G=18.79%
B=71.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16311180.860.7400.54231.1876.1226.27
Hex101F76564A036e74c1a
Octal203716612611206634711432
Binary1000011111111011010101101001010011011011100111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101F76; }

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

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

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

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

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

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

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

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