#1F1E81

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

Shades of Midnight Blue #1F1E81

Tints of Midnight Blue #1F1E81

Color information

#1F1E81 (or 0x1F1E81) is unknown color: approx Midnight Blue. HEX triplet: 1F, 1E and 81. RGB value is (31,30,129). Sum of RGB (Red+Green+Blue) = 31+30+129=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 129 (50.78% from 255 or 67.89% from 190); Max value from RGB is 129 - color contains mainly: blue. Hex color #1F1E81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1E81 is #E0E17E. Grayscale: #292929. Windows color (decimal): -14737791 or 8461855. OLE color: 8461855.

HSL color Cylindrical-coordinate representation of color #1F1E81: hue angle of 240.61º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F1E81 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3130129-
CMYK0.760.7700.49
HSL240.61º62.26%31.18%-
HSV(B)240.61º76.74%50.59%-
XYZ4.992.821.05-
YUV41.58177.33120.45-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.32%
GREEN value IS 30 (12.11% from 255) = 15.79%
BLUE value IS 129 (50.78% from 255) = 67.89%
R=16.32%
G=15.79%
B=67.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31301290.760.7700.49240.6162.2631.18
Hex1F1E814C4D031f13e1f
Octal37362011141150613617637
Binary1111111110100000011001100100110101100011111000111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F1E81; }

 p { color: rgb(31,30,129); }

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

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

 a { background-color: rgb(31,30,129); }

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

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

 span { border-color: rgb(31,30,129); }

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