Shades of New Midnight Blue #0805AF
Tints of New Midnight Blue #0805AF
RGB
CMYK
RGB Variations
Color information
#0805AF (or 0x0805AF) is known color: New Midnight Blue. HEX triplet: 08, 05 and AF. RGB value is (8,5,175). Sum of RGB (Red+Green+Blue) = 8+5+175=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 175 (68.75% from 255 or 93.09% from 188); Max value from RGB is 175 - color contains mainly: blue. Hex color #0805AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0805AF is #F7FA50. Grayscale: #181818. Windows color (decimal): -16251473 or 11470088. OLE color: 11470088.
HSL color Cylindrical-coordinate representation of color #0805AF: hue angle of 241.06º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0805AF is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 5 | 175 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.31 |
| HSL | 241.06º | 0.94% | 0.35% | - |
| HSV(B) | 241.06º | 0.97% | 0.69% | - |
| XYZ | 7.89 | 3.26 | 40.77 | - |
| YUV | 25.28 | 212.49 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 175 | 0.95 | 0.97 | 0 | 0.31 | 241.06 | 0.94 | 0.35 |
| Hex | 8 | 5 | AF | 5F | 61 | 0 | 1F | F1 | 5E | 23 |
| Octal | 10 | 5 | 257 | 137 | 141 | 0 | 37 | 361 | 136 | 43 |
| Binary | 1000 | 101 | 10101111 | 1011111 | 1100001 | 0 | 11111 | 11110001 | 1011110 | 100011 |
Color Harmonies of #0805AF
Complementary color
Monochromatic Colors of #0805AF
Black with #0805AF
Text Example
Text Example
White with #0805AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0805AF; }
p { color: rgb(8,5,175); }
H1.HeaderClassName
{
color: #0805AF;
}
.AnyTagClassName
{
color: #0805AF;
}
</style>
background-color css
<style>
a { background-color: #0805AF; }
a { background-color: rgb(8,5,175); }
div.DivClassName
{
background-color: #0805AF;
}
.BgClassName
{
background-color: #0805AF;
}
</style>
border-color css
<style>
span { border-color: #0805AF; }
span { border-color: rgb(8,5,175); }
td.TdClassName
{
border-color: #0805AF;
}
.TagClassName
{
border-color: #0805AF;
}
</style>