#1F2971

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

Shades of Midnight Blue #1F2971

Tints of Midnight Blue #1F2971

Color information

#1F2971 (or 0x1F2971) is unknown color: approx Midnight Blue. HEX triplet: 1F, 29 and 71. RGB value is (31,41,113). Sum of RGB (Red+Green+Blue) = 31+41+113=185 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.76% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F2971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2971 is #E0D68E. Grayscale: #2D2D2D. Windows color (decimal): -14734991 or 7416095. OLE color: 7416095.

HSL color Cylindrical-coordinate representation of color #1F2971: hue angle of 232.68º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F2971 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3141113-
CMYK0.730.6400.56
HSL232.68º56.94%28.24%-
HSV(B)232.68º72.57%44.31%-
XYZ4.343.0715.99-
YUV46.22165.69117.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.76%
GREEN value IS 41 (16.41% from 255) = 22.16%
BLUE value IS 113 (44.53% from 255) = 61.08%
R=16.76%
G=22.16%
B=61.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31411130.730.6400.56232.6856.9428.24
Hex1F29714940038e9391c
Octal37511611111000703517134
Binary1111110100111100011001001100000001110001110100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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