#1F1770

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

Shades of Midnight Blue #1F1770

Tints of Midnight Blue #1F1770

Color information

#1F1770 (or 0x1F1770) is unknown color: approx Midnight Blue. HEX triplet: 1F, 17 and 70. RGB value is (31,23,112). Sum of RGB (Red+Green+Blue) = 31+23+112=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F1770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1770 is #E0E88F. Grayscale: #232323. Windows color (decimal): -14739600 or 7345951. OLE color: 7345951.

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

Color convert

RGB3123112-
CMYK0.720.7900.56
HSL245.39º65.93%26.47%-
HSV(B)245.39º79.46%43.92%-
XYZ3.82.0715.53-
YUV35.54171.15124.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.67%
GREEN value IS 23 (9.38% from 255) = 13.86%
BLUE value IS 112 (44.14% from 255) = 67.47%
R=18.67%
G=13.86%
B=67.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31231120.720.7900.56245.3965.9326.47
Hex1F1770484F038f5421a
Octal372716011011707036510232
Binary1111110111111000010010001001111011100011110101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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