Shades of New Midnight Blue #0803AF
Tints of New Midnight Blue #0803AF
RGB
CMYK
RGB Variations
Color information
#0803AF (or 0x0803AF) is known color: New Midnight Blue. HEX triplet: 08, 03 and AF. RGB value is (8,3,175). Sum of RGB (Red+Green+Blue) = 8+3+175=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 175 (68.75% from 255 or 94.09% from 186); Max value from RGB is 175 - color contains mainly: blue. Hex color #0803AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0803AF is #F7FC50. Grayscale: #171717. Windows color (decimal): -16251985 or 11469576. OLE color: 11469576.
HSL color Cylindrical-coordinate representation of color #0803AF: hue angle of 241.74º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0803AF is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 3 | 175 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.31 |
| HSL | 241.74º | 0.97% | 0.35% | - |
| HSV(B) | 241.74º | 0.98% | 0.69% | - |
| XYZ | 7.87 | 3.21 | 40.76 | - |
| YUV | 24.1 | 213.16 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 175 | 0.95 | 0.98 | 0 | 0.31 | 241.74 | 0.97 | 0.35 |
| Hex | 8 | 3 | AF | 5F | 62 | 0 | 1F | F2 | 61 | 23 |
| Octal | 10 | 3 | 257 | 137 | 142 | 0 | 37 | 362 | 141 | 43 |
| Binary | 1000 | 11 | 10101111 | 1011111 | 1100010 | 0 | 11111 | 11110010 | 1100001 | 100011 |
Color Harmonies of #0803AF
Complementary color
Monochromatic Colors of #0803AF
Black with #0803AF
Text Example
Text Example
White with #0803AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0803AF; }
p { color: rgb(8,3,175); }
H1.HeaderClassName
{
color: #0803AF;
}
.AnyTagClassName
{
color: #0803AF;
}
</style>
background-color css
<style>
a { background-color: #0803AF; }
a { background-color: rgb(8,3,175); }
div.DivClassName
{
background-color: #0803AF;
}
.BgClassName
{
background-color: #0803AF;
}
</style>
border-color css
<style>
span { border-color: #0803AF; }
span { border-color: rgb(8,3,175); }
td.TdClassName
{
border-color: #0803AF;
}
.TagClassName
{
border-color: #0803AF;
}
</style>