#1F2980

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

Shades of Midnight Blue #1F2980

Tints of Midnight Blue #1F2980

Color information

#1F2980 (or 0x1F2980) is unknown color: approx Midnight Blue. HEX triplet: 1F, 29 and 80. RGB value is (31,41,128). Sum of RGB (Red+Green+Blue) = 31+41+128=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 128 (50.39% from 255 or 64% from 200); Max value from RGB is 128 - color contains mainly: blue. Hex color #1F2980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2980 is #E0D67F. Grayscale: #2F2F2F. Windows color (decimal): -14734976 or 8399135. OLE color: 8399135.

HSL color Cylindrical-coordinate representation of color #1F2980: hue angle of 233.81º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F2980 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3141128-
CMYK0.760.6800.50
HSL233.81º61.01%31.18%-
HSV(B)233.81º75.78%50.2%-
XYZ5.253.4420.81-
YUV47.93173.19115.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.5%
GREEN value IS 41 (16.41% from 255) = 20.5%
BLUE value IS 128 (50.39% from 255) = 64%
R=15.5%
G=20.5%
B=64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31411280.760.6800.50233.8161.0131.18
Hex1F29804C44032ea3d1f
Octal37512001141040623527537
Binary11111101001100000001001100100010001100101110101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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