#1F1E85

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

Shades of Midnight Blue #1F1E85

Tints of Midnight Blue #1F1E85

Color information

#1F1E85 (or 0x1F1E85) is unknown color: approx Midnight Blue. HEX triplet: 1F, 1E and 85. RGB value is (31,30,133). Sum of RGB (Red+Green+Blue) = 31+30+133=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 133 (52.34% from 255 or 68.56% from 194); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F1E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1E85 is #E0E17A. Grayscale: #292929. Windows color (decimal): -14737787 or 8723999. OLE color: 8723999.

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

Color convert

RGB3130133-
CMYK0.770.7700.48
HSL240.58º63.19%31.96%-
HSV(B)240.58º77.44%52.16%-
XYZ5.262.9122.48-
YUV42.04179.33120.12-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.98%
GREEN value IS 30 (12.11% from 255) = 15.46%
BLUE value IS 133 (52.34% from 255) = 68.56%
R=15.98%
G=15.46%
B=68.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31301330.770.7700.48240.5863.1931.96
Hex1F1E854D4D030f13f20
Octal37362051151150603617740
Binary11111111101000010110011011001101011000011110001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,30,133); }

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

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

 a { background-color: rgb(31,30,133); }

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

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

 span { border-color: rgb(31,30,133); }

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