Shades of Midnight Blue #1F095D
Tints of Midnight Blue #1F095D
RGB
CMYK
RGB Variations
Color information
#1F095D (or 0x1F095D) is known color: Midnight Blue. HEX triplet: 1F, 09 and 5D. RGB value is (31,9,93). Sum of RGB (Red+Green+Blue) = 31+9+93=133 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.31% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 93 (36.72% from 255 or 69.92% from 133); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F095D is #E0F6A2. Grayscale: #181818. Windows color (decimal): -14743203 or 6097183. OLE color: 6097183.
HSL color Cylindrical-coordinate representation of color #1F095D: hue angle of 255.71º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F095D is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 31 | 9 | 93 | - |
CMYK | 0.67 | 0.90 | 0 | 0.64 |
HSL | 255.71º | 0.82% | 0.2% | - |
HSV(B) | 255.71º | 0.9% | 0.36% | - |
XYZ | 2.64 | 1.28 | 10.46 | - |
YUV | 25.15 | 166.29 | 132.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 9 | 93 | 0.67 | 0.90 | 0 | 0.64 | 255.71 | 0.82 | 0.2 |
Hex | 1F | 9 | 5D | 43 | 5A | 0 | 40 | 100 | 52 | 14 |
Octal | 37 | 11 | 135 | 103 | 132 | 0 | 100 | 400 | 122 | 24 |
Binary | 11111 | 1001 | 1011101 | 1000011 | 1011010 | 0 | 1000000 | 100000000 | 1010010 | 10100 |
Color Harmonies of #1F095D
Complementary color
Monochromatic Colors of #1F095D
Black with #1F095D
Text Example
Text Example
White with #1F095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F095D; }
p { color: rgb(31,9,93); }
H1.HeaderClassName
{
color: #1F095D;
}
.AnyTagClassName
{
color: #1F095D;
}
</style>
background-color css
<style>
a { background-color: #1F095D; }
a { background-color: rgb(31,9,93); }
div.DivClassName
{
background-color: #1F095D;
}
.BgClassName
{
background-color: #1F095D;
}
</style>
border-color css
<style>
span { border-color: #1F095D; }
span { border-color: rgb(31,9,93); }
td.TdClassName
{
border-color: #1F095D;
}
.TagClassName
{
border-color: #1F095D;
}
</style>