#1F1D84

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

Shades of Midnight Blue #1F1D84

Tints of Midnight Blue #1F1D84

Color information

#1F1D84 (or 0x1F1D84) is unknown color: approx Midnight Blue. HEX triplet: 1F, 1D and 84. RGB value is (31,29,132). Sum of RGB (Red+Green+Blue) = 31+29+132=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 132 (51.95% from 255 or 68.75% from 192); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F1D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1D84 is #E0E27B. Grayscale: #282828. Windows color (decimal): -14738044 or 8658207. OLE color: 8658207.

HSL color Cylindrical-coordinate representation of color #1F1D84: hue angle of 241.17º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F1D84 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3129132-
CMYK0.770.7800.48
HSL241.17º63.98%31.57%-
HSV(B)241.17º78.03%51.76%-
XYZ5.172.8422.1-
YUV41.34179.16120.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.15%
GREEN value IS 29 (11.72% from 255) = 15.10%
BLUE value IS 132 (51.95% from 255) = 68.75%
R=16.15%
G=15.10%
B=68.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31291320.770.7800.48241.1763.9831.57
Hex1F1D844D4E030f14020
Octal373520411511606036110040
Binary111111110110000100100110110011100110000111100011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,29,132); }

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

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

 a { background-color: rgb(31,29,132); }

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

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

 span { border-color: rgb(31,29,132); }

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