#1F1D7A

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

Shades of Midnight Blue #1F1D7A

Tints of Midnight Blue #1F1D7A

Color information

#1F1D7A (or 0x1F1D7A) is unknown color: approx Midnight Blue. HEX triplet: 1F, 1D and 7A. RGB value is (31,29,122). Sum of RGB (Red+Green+Blue) = 31+29+122=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 122 (48.05% from 255 or 67.03% from 182); Max value from RGB is 122 - color contains mainly: blue. Hex color #1F1D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F1D7A is #E0E285. Grayscale: #272727. Windows color (decimal): -14738054 or 8002847. OLE color: 8002847.

HSL color Cylindrical-coordinate representation of color #1F1D7A: hue angle of 241.29º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F1D7A is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3129122-
CMYK0.750.7600.52
HSL241.29º61.59%29.61%-
HSV(B)241.29º76.23%47.84%-
XYZ4.522.5818.67-
YUV40.2174.16121.44-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.03%
GREEN value IS 29 (11.72% from 255) = 15.93%
BLUE value IS 122 (48.05% from 255) = 67.03%
R=17.03%
G=15.93%
B=67.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal31291220.750.7600.52241.2961.5929.61
Hex1F1D7A4B4C034f13e1e
Octal37351721131140643617636
Binary111111110111110101001011100110001101001111000111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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