Shades of New Midnight Blue #0105AB
Tints of New Midnight Blue #0105AB
RGB
CMYK
RGB Variations
Color information
#0105AB (or 0x0105AB) is known color: New Midnight Blue. HEX triplet: 01, 05 and AB. RGB value is (1,5,171). Sum of RGB (Red+Green+Blue) = 1+5+171=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 171 (67.19% from 255 or 96.61% from 177); Max value from RGB is 171 - color contains mainly: blue. Hex color #0105AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0105AB is #FEFA54. Grayscale: #161616. Windows color (decimal): -16710229 or 11207937. OLE color: 11207937.
HSL color Cylindrical-coordinate representation of color #0105AB: hue angle of 238.59º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0105AB is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 5 | 171 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.33 |
| HSL | 238.59º | 0.99% | 0.34% | - |
| HSV(B) | 238.59º | 0.99% | 0.67% | - |
| XYZ | 7.42 | 3.06 | 38.73 | - |
| YUV | 22.73 | 211.67 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 171 | 0.99 | 0.97 | 0 | 0.33 | 238.59 | 0.99 | 0.34 |
| Hex | 1 | 5 | AB | 63 | 61 | 0 | 21 | EF | 63 | 22 |
| Octal | 1 | 5 | 253 | 143 | 141 | 0 | 41 | 357 | 143 | 42 |
| Binary | 1 | 101 | 10101011 | 1100011 | 1100001 | 0 | 100001 | 11101111 | 1100011 | 100010 |
Color Harmonies of #0105AB
Complementary color
Monochromatic Colors of #0105AB
Black with #0105AB
Text Example
Text Example
White with #0105AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0105AB; }
p { color: rgb(1,5,171); }
H1.HeaderClassName
{
color: #0105AB;
}
.AnyTagClassName
{
color: #0105AB;
}
</style>
background-color css
<style>
a { background-color: #0105AB; }
a { background-color: rgb(1,5,171); }
div.DivClassName
{
background-color: #0105AB;
}
.BgClassName
{
background-color: #0105AB;
}
</style>
border-color css
<style>
span { border-color: #0105AB; }
span { border-color: rgb(1,5,171); }
td.TdClassName
{
border-color: #0105AB;
}
.TagClassName
{
border-color: #0105AB;
}
</style>