#1F1D85

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

Shades of Midnight Blue #1F1D85

Tints of Midnight Blue #1F1D85

Color information

#1F1D85 (or 0x1F1D85) is unknown color: approx Midnight Blue. HEX triplet: 1F, 1D and 85. RGB value is (31,29,133). Sum of RGB (Red+Green+Blue) = 31+29+133=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 133 (52.34% from 255 or 68.91% from 193); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F1D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1D85 is #E0E27A. Grayscale: #292929. Windows color (decimal): -14738043 or 8723743. OLE color: 8723743.

HSL color Cylindrical-coordinate representation of color #1F1D85: hue angle of 241.15º 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 #1F1D85 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3129133-
CMYK0.770.7800.48
HSL241.15º64.2%31.76%-
HSV(B)241.15º78.2%52.16%-
XYZ5.242.8622.47-
YUV41.45179.66120.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.06%
GREEN value IS 29 (11.72% from 255) = 15.03%
BLUE value IS 133 (52.34% from 255) = 68.91%
R=16.06%
G=15.03%
B=68.91%

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
Decimal31291330.770.7800.48241.1564.231.76
Hex1F1D854D4E030f14020
Octal373520511511606036110040
Binary111111110110000101100110110011100110000111100011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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