#1F1668

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

Shades of Midnight Blue #1F1668

Tints of Midnight Blue #1F1668

Color information

#1F1668 (or 0x1F1668) is unknown color: approx Midnight Blue. HEX triplet: 1F, 16 and 68. RGB value is (31,22,104). Sum of RGB (Red+Green+Blue) = 31+22+104=157 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.75% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 104 (41.02% from 255 or 66.24% from 157); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F1668 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1668 is #E0E997. Grayscale: #212121. Windows color (decimal): -14739864 or 6821407. OLE color: 6821407.

HSL color Cylindrical-coordinate representation of color #1F1668: hue angle of 246.59º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F1668 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3122104-
CMYK0.700.7900.59
HSL246.59º65.08%24.71%-
HSV(B)246.59º78.85%40.78%-
XYZ3.351.8613.28-
YUV34.04167.48125.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.75%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 104 (41.02% from 255) = 66.24%
R=19.75%
G=14.01%
B=66.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal31221040.700.7900.59246.5965.0824.71
Hex1F1668464F03Bf74119
Octal372615010611707336710131
Binary1111110110110100010001101001111011101111110111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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