#1F1D70

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

Shades of Midnight Blue #1F1D70

Tints of Midnight Blue #1F1D70

Color information

#1F1D70 (or 0x1F1D70) is unknown color: approx Midnight Blue. HEX triplet: 1F, 1D and 70. RGB value is (31,29,112). Sum of RGB (Red+Green+Blue) = 31+29+112=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 112 (44.14% from 255 or 65.12% from 172); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F1D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F1D70 is #E0E28F. Grayscale: #262626. Windows color (decimal): -14738064 or 7347487. OLE color: 7347487.

HSL color Cylindrical-coordinate representation of color #1F1D70: hue angle of 241.45º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F1D70 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3129112-
CMYK0.720.7400.56
HSL241.45º58.87%27.65%-
HSV(B)241.45º74.11%43.92%-
XYZ3.932.3415.57-
YUV39.06169.16122.25-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.02%
GREEN value IS 29 (11.72% from 255) = 16.86%
BLUE value IS 112 (44.14% from 255) = 65.12%
R=18.02%
G=16.86%
B=65.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31291120.720.7400.56241.4558.8727.65
Hex1F1D70484A038f13b1c
Octal37351601101120703617334
Binary111111110111100001001000100101001110001111000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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