Shades of Midnight Blue #01095D
Tints of Midnight Blue #01095D
RGB
CMYK
RGB Variations
Color information
#01095D (or 0x01095D) is known color: Midnight Blue. HEX triplet: 01, 09 and 5D. RGB value is (1,9,93). Sum of RGB (Red+Green+Blue) = 1+9+93=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 93 (36.72% from 255 or 90.29% from 103); Max value from RGB is 93 - color contains mainly: blue. Hex color #01095D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01095D is #FEF6A2. Grayscale: #0F0F0F. Windows color (decimal): -16709283 or 6097153. OLE color: 6097153.
HSL color Cylindrical-coordinate representation of color #01095D: hue angle of 234.78º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01095D is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 9 | 93 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.64 |
| HSL | 234.78º | 0.98% | 0.18% | - |
| HSV(B) | 234.78º | 0.99% | 0.36% | - |
| XYZ | 2.09 | 0.99 | 10.44 | - |
| YUV | 16.18 | 171.35 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 93 | 0.99 | 0.90 | 0 | 0.64 | 234.78 | 0.98 | 0.18 |
| Hex | 1 | 9 | 5D | 63 | 5A | 0 | 40 | EB | 62 | 12 |
| Octal | 1 | 11 | 135 | 143 | 132 | 0 | 100 | 353 | 142 | 22 |
| Binary | 1 | 1001 | 1011101 | 1100011 | 1011010 | 0 | 1000000 | 11101011 | 1100010 | 10010 |
Color Harmonies of #01095D
Complementary color
Monochromatic Colors of #01095D
Black with #01095D
Text Example
Text Example
White with #01095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01095D; }
p { color: rgb(1,9,93); }
H1.HeaderClassName
{
color: #01095D;
}
.AnyTagClassName
{
color: #01095D;
}
</style>
background-color css
<style>
a { background-color: #01095D; }
a { background-color: rgb(1,9,93); }
div.DivClassName
{
background-color: #01095D;
}
.BgClassName
{
background-color: #01095D;
}
</style>
border-color css
<style>
span { border-color: #01095D; }
span { border-color: rgb(1,9,93); }
td.TdClassName
{
border-color: #01095D;
}
.TagClassName
{
border-color: #01095D;
}
</style>