Shades of New Midnight Blue #0802AD
Tints of New Midnight Blue #0802AD
RGB
CMYK
RGB Variations
Color information
#0802AD (or 0x0802AD) is known color: New Midnight Blue. HEX triplet: 08, 02 and AD. RGB value is (8,2,173). Sum of RGB (Red+Green+Blue) = 8+2+173=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 173 (67.97% from 255 or 94.54% from 183); Max value from RGB is 173 - color contains mainly: blue. Hex color #0802AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0802AD is #F7FD52. Grayscale: #161616. Windows color (decimal): -16252243 or 11338248. OLE color: 11338248.
HSL color Cylindrical-coordinate representation of color #0802AD: hue angle of 242.11º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0802AD is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 2 | 173 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.32 |
| HSL | 242.11º | 0.98% | 0.34% | - |
| HSV(B) | 242.11º | 0.99% | 0.68% | - |
| XYZ | 7.66 | 3.11 | 39.73 | - |
| YUV | 23.29 | 212.49 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 173 | 0.95 | 0.99 | 0 | 0.32 | 242.11 | 0.98 | 0.34 |
| Hex | 8 | 2 | AD | 5F | 63 | 0 | 20 | F2 | 62 | 22 |
| Octal | 10 | 2 | 255 | 137 | 143 | 0 | 40 | 362 | 142 | 42 |
| Binary | 1000 | 10 | 10101101 | 1011111 | 1100011 | 0 | 100000 | 11110010 | 1100010 | 100010 |
Color Harmonies of #0802AD
Complementary color
Monochromatic Colors of #0802AD
Black with #0802AD
Text Example
Text Example
White with #0802AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0802AD; }
p { color: rgb(8,2,173); }
H1.HeaderClassName
{
color: #0802AD;
}
.AnyTagClassName
{
color: #0802AD;
}
</style>
background-color css
<style>
a { background-color: #0802AD; }
a { background-color: rgb(8,2,173); }
div.DivClassName
{
background-color: #0802AD;
}
.BgClassName
{
background-color: #0802AD;
}
</style>
border-color css
<style>
span { border-color: #0802AD; }
span { border-color: rgb(8,2,173); }
td.TdClassName
{
border-color: #0802AD;
}
.TagClassName
{
border-color: #0802AD;
}
</style>