#1F1970

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

Shades of Midnight Blue #1F1970

Tints of Midnight Blue #1F1970

Color information

#1F1970 (or 0x1F1970) is unknown color: approx Midnight Blue. HEX triplet: 1F, 19 and 70. RGB value is (31,25,112). Sum of RGB (Red+Green+Blue) = 31+25+112=168 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.45% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 112 (44.14% from 255 or 66.67% from 168); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F1970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1970 is #E0E68F. Grayscale: #242424. Windows color (decimal): -14739088 or 7346463. OLE color: 7346463.

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

Color convert

RGB3125112-
CMYK0.720.7800.56
HSL244.14º63.5%26.86%-
HSV(B)244.14º77.68%43.92%-
XYZ3.842.1615.54-
YUV36.71170.49123.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.45%
GREEN value IS 25 (10.16% from 255) = 14.88%
BLUE value IS 112 (44.14% from 255) = 66.67%
R=18.45%
G=14.88%
B=66.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31251120.720.7800.56244.1463.526.86
Hex1F1970484E038f4401b
Octal373116011011607036410033
Binary1111111001111000010010001001110011100011110100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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