#1F0E66

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

Shades of Midnight Blue #1F0E66

Tints of Midnight Blue #1F0E66

Color information

#1F0E66 (or 0x1F0E66) is unknown color: approx Midnight Blue. HEX triplet: 1F, 0E and 66. RGB value is (31,14,102). Sum of RGB (Red+Green+Blue) = 31+14+102=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 102 (40.23% from 255 or 69.39% from 147); Max value from RGB is 102 - color contains mainly: blue. Hex color #1F0E66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0E66 is #E0F199. Grayscale: #1C1C1C. Windows color (decimal): -14741914 or 6688287. OLE color: 6688287.

HSL color Cylindrical-coordinate representation of color #1F0E66: hue angle of 251.59º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F0E66 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3114102-
CMYK0.700.8600.6
HSL251.59º75.86%22.75%-
HSV(B)251.59º86.27%40%-
XYZ3.121.5612.71-
YUV29.12169.13129.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.09%
GREEN value IS 14 (5.86% from 255) = 9.52%
BLUE value IS 102 (40.23% from 255) = 69.39%
R=21.09%
G=9.52%
B=69.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal31141020.700.8600.6251.5975.8622.75
Hex1FE66465603Cfc4c17
Octal371614610612607437411427
Binary111111110110011010001101010110011110011111100100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,14,102); }

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

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

 a { background-color: rgb(31,14,102); }

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

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

 span { border-color: rgb(31,14,102); }

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