Shades of New Midnight Blue #0508A3
Tints of New Midnight Blue #0508A3
RGB
CMYK
RGB Variations
Color information
#0508A3 (or 0x0508A3) is known color: New Midnight Blue. HEX triplet: 05, 08 and A3. RGB value is (5,8,163). Sum of RGB (Red+Green+Blue) = 5+8+163=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 163 (64.06% from 255 or 92.61% from 176); Max value from RGB is 163 - color contains mainly: blue. Hex color #0508A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0508A3 is #FAF75C. Grayscale: #181818. Windows color (decimal): -16447325 or 10684421. OLE color: 10684421.
HSL color Cylindrical-coordinate representation of color #0508A3: hue angle of 238.86º 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 #0508A3 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 8 | 163 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.36 |
| HSL | 238.86º | 0.94% | 0.33% | - |
| HSV(B) | 238.86º | 0.97% | 0.64% | - |
| XYZ | 6.76 | 2.85 | 34.84 | - |
| YUV | 24.77 | 206.01 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 163 | 0.97 | 0.95 | 0 | 0.36 | 238.86 | 0.94 | 0.33 |
| Hex | 5 | 8 | A3 | 61 | 5F | 0 | 24 | EF | 5E | 21 |
| Octal | 5 | 10 | 243 | 141 | 137 | 0 | 44 | 357 | 136 | 41 |
| Binary | 101 | 1000 | 10100011 | 1100001 | 1011111 | 0 | 100100 | 11101111 | 1011110 | 100001 |
Color Harmonies of #0508A3
Complementary color
Monochromatic Colors of #0508A3
Black with #0508A3
Text Example
Text Example
White with #0508A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0508A3; }
p { color: rgb(5,8,163); }
H1.HeaderClassName
{
color: #0508A3;
}
.AnyTagClassName
{
color: #0508A3;
}
</style>
background-color css
<style>
a { background-color: #0508A3; }
a { background-color: rgb(5,8,163); }
div.DivClassName
{
background-color: #0508A3;
}
.BgClassName
{
background-color: #0508A3;
}
</style>
border-color css
<style>
span { border-color: #0508A3; }
span { border-color: rgb(5,8,163); }
td.TdClassName
{
border-color: #0508A3;
}
.TagClassName
{
border-color: #0508A3;
}
</style>