#1F1A7D

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

Shades of Midnight Blue #1F1A7D

Tints of Midnight Blue #1F1A7D

Color information

#1F1A7D (or 0x1F1A7D) is unknown color: approx Midnight Blue. HEX triplet: 1F, 1A and 7D. RGB value is (31,26,125). Sum of RGB (Red+Green+Blue) = 31+26+125=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 125 (49.22% from 255 or 68.68% from 182); Max value from RGB is 125 - color contains mainly: blue. Hex color #1F1A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F1A7D is #E0E582. Grayscale: #262626. Windows color (decimal): -14738819 or 8198687. OLE color: 8198687.

HSL color Cylindrical-coordinate representation of color #1F1A7D: hue angle of 243.03º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F1A7D is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3126125-
CMYK0.750.7900.51
HSL243.03º65.56%29.61%-
HSV(B)243.03º79.2%49.02%-
XYZ4.642.5119.64-
YUV38.78176.66122.45-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.03%
GREEN value IS 26 (10.55% from 255) = 14.29%
BLUE value IS 125 (49.22% from 255) = 68.68%
R=17.03%
G=14.29%
B=68.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31261250.750.7900.51243.0365.5629.61
Hex1F1A7D4B4F033f3421e
Octal373217511311706336310236
Binary1111111010111110110010111001111011001111110011100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,26,125); }

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

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

 a { background-color: rgb(31,26,125); }

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

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

 span { border-color: rgb(31,26,125); }

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