#101F71

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

Shades of Midnight Blue #101F71

Tints of Midnight Blue #101F71

Color information

#101F71 (or 0x101F71) is unknown color: approx Midnight Blue. HEX triplet: 10, 1F and 71. RGB value is (16,31,113). Sum of RGB (Red+Green+Blue) = 16+31+113=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 113 (44.53% from 255 or 70.62% from 160); Max value from RGB is 113 - color contains mainly: blue. Hex color #101F71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101F71 is #EFE08E. Grayscale: #232323. Windows color (decimal): -15720591 or 7413520. OLE color: 7413520.

HSL color Cylindrical-coordinate representation of color #101F71: hue angle of 230.72º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #101F71 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1631113-
CMYK0.860.7300.56
HSL230.72º75.19%25.29%-
HSV(B)230.72º85.84%44.31%-
XYZ3.682.2815.87-
YUV35.86171.53113.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10%
GREEN value IS 31 (12.5% from 255) = 19.38%
BLUE value IS 113 (44.53% from 255) = 70.62%
R=10%
G=19.38%
B=70.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16311130.860.7300.56230.7275.1925.29
Hex101F715649038e74b19
Octal203716112611107034711331
Binary1000011111111000110101101001001011100011100111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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