#1F1D7C

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

Shades of Midnight Blue #1F1D7C

Tints of Midnight Blue #1F1D7C

Color information

#1F1D7C (or 0x1F1D7C) is unknown color: approx Midnight Blue. HEX triplet: 1F, 1D and 7C. RGB value is (31,29,124). Sum of RGB (Red+Green+Blue) = 31+29+124=184 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.85% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 124 (48.83% from 255 or 67.39% from 184); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F1D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F1D7C is #E0E283. Grayscale: #282828. Windows color (decimal): -14738052 or 8133919. OLE color: 8133919.

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

Color convert

RGB3129124-
CMYK0.750.7700.51
HSL241.26º62.09%30%-
HSV(B)241.26º76.61%48.63%-
XYZ4.642.6319.33-
YUV40.43175.16121.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.85%
GREEN value IS 29 (11.72% from 255) = 15.76%
BLUE value IS 124 (48.83% from 255) = 67.39%
R=16.85%
G=15.76%
B=67.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31291240.750.7700.51241.2662.0930
Hex1F1D7C4B4D033f13e1e
Octal37351741131150633617636
Binary111111110111111001001011100110101100111111000111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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