#1F2671

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

Shades of Midnight Blue #1F2671

Tints of Midnight Blue #1F2671

Color information

#1F2671 (or 0x1F2671) is unknown color: approx Midnight Blue. HEX triplet: 1F, 26 and 71. RGB value is (31,38,113). Sum of RGB (Red+Green+Blue) = 31+38+113=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F2671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2671 is #E0D98E. Grayscale: #2C2C2C. Windows color (decimal): -14735759 or 7415327. OLE color: 7415327.

HSL color Cylindrical-coordinate representation of color #1F2671: hue angle of 234.88º 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 #1F2671 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3138113-
CMYK0.730.6600.56
HSL234.88º56.94%28.24%-
HSV(B)234.88º72.57%44.31%-
XYZ4.242.8715.95-
YUV44.46166.68118.4-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.03%
GREEN value IS 38 (15.23% from 255) = 20.88%
BLUE value IS 113 (44.53% from 255) = 62.09%
R=17.03%
G=20.88%
B=62.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31381130.730.6600.56234.8856.9428.24
Hex1F26714942038eb391c
Octal37461611111020703537134
Binary1111110011011100011001001100001001110001110101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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