#1F2B71

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

Shades of Midnight Blue #1F2B71

Tints of Midnight Blue #1F2B71

Color information

#1F2B71 (or 0x1F2B71) is unknown color: approx Midnight Blue. HEX triplet: 1F, 2B and 71. RGB value is (31,43,113). Sum of RGB (Red+Green+Blue) = 31+43+113=187 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.58% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F2B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2B71 is #E0D48E. Grayscale: #2F2F2F. Windows color (decimal): -14734479 or 7416607. OLE color: 7416607.

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

Color convert

RGB3143113-
CMYK0.730.6200.56
HSL231.22º56.94%28.24%-
HSV(B)231.22º72.57%44.31%-
XYZ4.413.2116.01-
YUV47.39165.02116.31-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.58%
GREEN value IS 43 (17.19% from 255) = 22.99%
BLUE value IS 113 (44.53% from 255) = 60.43%
R=16.58%
G=22.99%
B=60.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31431130.730.6200.56231.2256.9428.24
Hex1F2B71493E038e7391c
Octal3753161111760703477134
Binary111111010111110001100100111111001110001110011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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