#1F2983

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

Shades of Midnight Blue #1F2983

Tints of Midnight Blue #1F2983

Color information

#1F2983 (or 0x1F2983) is unknown color: approx Midnight Blue. HEX triplet: 1F, 29 and 83. RGB value is (31,41,131). Sum of RGB (Red+Green+Blue) = 31+41+131=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 131 (51.56% from 255 or 64.53% from 203); Max value from RGB is 131 - color contains mainly: blue. Hex color #1F2983 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2983 is #E0D67C. Grayscale: #2F2F2F. Windows color (decimal): -14734973 or 8595743. OLE color: 8595743.

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

Color convert

RGB3141131-
CMYK0.760.6900.49
HSL234º61.73%31.76%-
HSV(B)234º76.34%51.37%-
XYZ5.453.5221.86-
YUV48.27174.69115.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.27%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 131 (51.56% from 255) = 64.53%
R=15.27%
G=20.20%
B=64.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31411310.760.6900.4923461.7331.76
Hex1F29834C45031ea3e20
Octal37512031141050613527640
Binary111111010011000001110011001000101011000111101010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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