#1F1660

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

Shades of Midnight Blue #1F1660

Tints of Midnight Blue #1F1660

Color information

#1F1660 (or 0x1F1660) is unknown color: approx Midnight Blue. HEX triplet: 1F, 16 and 60. RGB value is (31,22,96). Sum of RGB (Red+Green+Blue) = 31+22+96=149 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.81% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 96 (37.89% from 255 or 64.43% from 149); Max value from RGB is 96 - color contains mainly: blue. Hex color #1F1660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1660 is #E0E99F. Grayscale: #202020. Windows color (decimal): -14739872 or 6297119. OLE color: 6297119.

HSL color Cylindrical-coordinate representation of color #1F1660: hue angle of 247.3º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F1660 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB312296-
CMYK0.680.7700.62
HSL247.3º62.71%23.14%-
HSV(B)247.3º77.08%37.65%-
XYZ2.961.7111.24-
YUV33.13163.48126.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.81%
GREEN value IS 22 (8.98% from 255) = 14.77%
BLUE value IS 96 (37.89% from 255) = 64.43%
R=20.81%
G=14.77%
B=64.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3122960.680.7700.62247.362.7123.14
Hex1F1660444D03Ef73f17
Octal37261401041150763677727
Binary111111011011000001000100100110101111101111011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,22,96); }

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

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

 a { background-color: rgb(31,22,96); }

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

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

 span { border-color: rgb(31,22,96); }

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