#1F1D86

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

Shades of Midnight Blue #1F1D86

Tints of Midnight Blue #1F1D86

Color information

#1F1D86 (or 0x1F1D86) is unknown color: approx Midnight Blue. HEX triplet: 1F, 1D and 86. RGB value is (31,29,134). Sum of RGB (Red+Green+Blue) = 31+29+134=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 134 (52.73% from 255 or 69.07% from 194); Max value from RGB is 134 - color contains mainly: blue. Hex color #1F1D86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1D86 is #E0E279. Grayscale: #292929. Windows color (decimal): -14738042 or 8789279. OLE color: 8789279.

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

Color convert

RGB3129134-
CMYK0.770.7800.47
HSL241.14º64.42%31.96%-
HSV(B)241.14º78.36%52.55%-
XYZ5.312.8922.83-
YUV41.57180.16120.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.98%
GREEN value IS 29 (11.72% from 255) = 14.95%
BLUE value IS 134 (52.73% from 255) = 69.07%
R=15.98%
G=14.95%
B=69.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31291340.770.7800.47241.1464.4231.96
Hex1F1D864D4E02Ff14020
Octal373520611511605736110040
Binary111111110110000110100110110011100101111111100011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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