Shades of New Midnight Blue #0803AA
Tints of New Midnight Blue #0803AA
RGB
CMYK
RGB Variations
Color information
#0803AA (or 0x0803AA) is known color: New Midnight Blue. HEX triplet: 08, 03 and AA. RGB value is (8,3,170). Sum of RGB (Red+Green+Blue) = 8+3+170=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 170 (66.80% from 255 or 93.92% from 181); Max value from RGB is 170 - color contains mainly: blue. Hex color #0803AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0803AA is #F7FC55. Grayscale: #161616. Windows color (decimal): -16251990 or 11141896. OLE color: 11141896.
HSL color Cylindrical-coordinate representation of color #0803AA: hue angle of 241.8º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0803AA is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 3 | 170 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.33 |
| HSL | 241.8º | 0.97% | 0.34% | - |
| HSV(B) | 241.8º | 0.98% | 0.67% | - |
| XYZ | 7.39 | 3.02 | 38.22 | - |
| YUV | 23.53 | 210.66 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 170 | 0.95 | 0.98 | 0 | 0.33 | 241.8 | 0.97 | 0.34 |
| Hex | 8 | 3 | AA | 5F | 62 | 0 | 21 | F2 | 61 | 22 |
| Octal | 10 | 3 | 252 | 137 | 142 | 0 | 41 | 362 | 141 | 42 |
| Binary | 1000 | 11 | 10101010 | 1011111 | 1100010 | 0 | 100001 | 11110010 | 1100001 | 100010 |
Color Harmonies of #0803AA
Complementary color
Monochromatic Colors of #0803AA
Black with #0803AA
Text Example
Text Example
White with #0803AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0803AA; }
p { color: rgb(8,3,170); }
H1.HeaderClassName
{
color: #0803AA;
}
.AnyTagClassName
{
color: #0803AA;
}
</style>
background-color css
<style>
a { background-color: #0803AA; }
a { background-color: rgb(8,3,170); }
div.DivClassName
{
background-color: #0803AA;
}
.BgClassName
{
background-color: #0803AA;
}
</style>
border-color css
<style>
span { border-color: #0803AA; }
span { border-color: rgb(8,3,170); }
td.TdClassName
{
border-color: #0803AA;
}
.TagClassName
{
border-color: #0803AA;
}
</style>