Shades of New Midnight Blue #0805A2
Tints of New Midnight Blue #0805A2
RGB
CMYK
RGB Variations
Color information
#0805A2 (or 0x0805A2) is known color: New Midnight Blue. HEX triplet: 08, 05 and A2. RGB value is (8,5,162). Sum of RGB (Red+Green+Blue) = 8+5+162=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 162 (63.67% from 255 or 92.57% from 175); Max value from RGB is 162 - color contains mainly: blue. Hex color #0805A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0805A2 is #F7FA5D. Grayscale: #171717. Windows color (decimal): -16251486 or 10618120. OLE color: 10618120.
HSL color Cylindrical-coordinate representation of color #0805A2: hue angle of 241.15º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0805A2 is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 5 | 162 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.36 |
| HSL | 241.15º | 0.94% | 0.33% | - |
| HSV(B) | 241.15º | 0.97% | 0.64% | - |
| XYZ | 6.68 | 2.77 | 34.36 | - |
| YUV | 23.8 | 205.99 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 162 | 0.95 | 0.97 | 0 | 0.36 | 241.15 | 0.94 | 0.33 |
| Hex | 8 | 5 | A2 | 5F | 61 | 0 | 24 | F1 | 5E | 21 |
| Octal | 10 | 5 | 242 | 137 | 141 | 0 | 44 | 361 | 136 | 41 |
| Binary | 1000 | 101 | 10100010 | 1011111 | 1100001 | 0 | 100100 | 11110001 | 1011110 | 100001 |
Color Harmonies of #0805A2
Complementary color
Monochromatic Colors of #0805A2
Black with #0805A2
Text Example
Text Example
White with #0805A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0805A2; }
p { color: rgb(8,5,162); }
H1.HeaderClassName
{
color: #0805A2;
}
.AnyTagClassName
{
color: #0805A2;
}
</style>
background-color css
<style>
a { background-color: #0805A2; }
a { background-color: rgb(8,5,162); }
div.DivClassName
{
background-color: #0805A2;
}
.BgClassName
{
background-color: #0805A2;
}
</style>
border-color css
<style>
span { border-color: #0805A2; }
span { border-color: rgb(8,5,162); }
td.TdClassName
{
border-color: #0805A2;
}
.TagClassName
{
border-color: #0805A2;
}
</style>