Shades of Midnight Blue #01095F
Tints of Midnight Blue #01095F
RGB
CMYK
RGB Variations
Color information
#01095F (or 0x01095F) is known color: Midnight Blue. HEX triplet: 01, 09 and 5F. RGB value is (1,9,95). Sum of RGB (Red+Green+Blue) = 1+9+95=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 95 (37.5% from 255 or 90.48% from 105); Max value from RGB is 95 - color contains mainly: blue. Hex color #01095F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01095F is #FEF6A0. Grayscale: #101010. Windows color (decimal): -16709281 or 6228225. OLE color: 6228225.
HSL color Cylindrical-coordinate representation of color #01095F: hue angle of 234.89º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01095F is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 9 | 95 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.63 |
| HSL | 234.89º | 0.98% | 0.19% | - |
| HSV(B) | 234.89º | 0.99% | 0.37% | - |
| XYZ | 2.18 | 1.03 | 10.91 | - |
| YUV | 16.41 | 172.35 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 95 | 0.99 | 0.91 | 0 | 0.63 | 234.89 | 0.98 | 0.19 |
| Hex | 1 | 9 | 5F | 63 | 5B | 0 | 3F | EB | 62 | 13 |
| Octal | 1 | 11 | 137 | 143 | 133 | 0 | 77 | 353 | 142 | 23 |
| Binary | 1 | 1001 | 1011111 | 1100011 | 1011011 | 0 | 111111 | 11101011 | 1100010 | 10011 |
Color Harmonies of #01095F
Complementary color
Monochromatic Colors of #01095F
Black with #01095F
Text Example
Text Example
White with #01095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01095F; }
p { color: rgb(1,9,95); }
H1.HeaderClassName
{
color: #01095F;
}
.AnyTagClassName
{
color: #01095F;
}
</style>
background-color css
<style>
a { background-color: #01095F; }
a { background-color: rgb(1,9,95); }
div.DivClassName
{
background-color: #01095F;
}
.BgClassName
{
background-color: #01095F;
}
</style>
border-color css
<style>
span { border-color: #01095F; }
span { border-color: rgb(1,9,95); }
td.TdClassName
{
border-color: #01095F;
}
.TagClassName
{
border-color: #01095F;
}
</style>