Shades of New Midnight Blue #0A08A1
Tints of New Midnight Blue #0A08A1
RGB
CMYK
RGB Variations
Color information
#0A08A1 (or 0x0A08A1) is known color: New Midnight Blue. HEX triplet: 0A, 08 and A1. RGB value is (10,8,161). Sum of RGB (Red+Green+Blue) = 10+8+161=179 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.59% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 161 (63.28% from 255 or 89.94% from 179); Max value from RGB is 161 - color contains mainly: blue. Hex color #0A08A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A08A1 is #F5F75E. Grayscale: #191919. Windows color (decimal): -16119647 or 10553354. OLE color: 10553354.
HSL color Cylindrical-coordinate representation of color #0A08A1: hue angle of 240.78º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A08A1 is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 8 | 161 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.37 |
| HSL | 240.78º | 0.91% | 0.33% | - |
| HSV(B) | 240.78º | 0.95% | 0.63% | - |
| XYZ | 6.65 | 2.81 | 33.91 | - |
| YUV | 26.04 | 204.16 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 161 | 0.94 | 0.95 | 0 | 0.37 | 240.78 | 0.91 | 0.33 |
| Hex | A | 8 | A1 | 5E | 5F | 0 | 25 | F1 | 5B | 21 |
| Octal | 12 | 10 | 241 | 136 | 137 | 0 | 45 | 361 | 133 | 41 |
| Binary | 1010 | 1000 | 10100001 | 1011110 | 1011111 | 0 | 100101 | 11110001 | 1011011 | 100001 |
Color Harmonies of #0A08A1
Complementary color
Monochromatic Colors of #0A08A1
Black with #0A08A1
Text Example
Text Example
White with #0A08A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A08A1; }
p { color: rgb(10,8,161); }
H1.HeaderClassName
{
color: #0A08A1;
}
.AnyTagClassName
{
color: #0A08A1;
}
</style>
background-color css
<style>
a { background-color: #0A08A1; }
a { background-color: rgb(10,8,161); }
div.DivClassName
{
background-color: #0A08A1;
}
.BgClassName
{
background-color: #0A08A1;
}
</style>
border-color css
<style>
span { border-color: #0A08A1; }
span { border-color: rgb(10,8,161); }
td.TdClassName
{
border-color: #0A08A1;
}
.TagClassName
{
border-color: #0A08A1;
}
</style>