Shades of New Midnight Blue #0608AC
Tints of New Midnight Blue #0608AC
RGB
CMYK
RGB Variations
Color information
#0608AC (or 0x0608AC) is known color: New Midnight Blue. HEX triplet: 06, 08 and AC. RGB value is (6,8,172). Sum of RGB (Red+Green+Blue) = 6+8+172=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 172 (67.58% from 255 or 92.47% from 186); Max value from RGB is 172 - color contains mainly: blue. Hex color #0608AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0608AC is #F9F753. Grayscale: #191919. Windows color (decimal): -16381780 or 11274246. OLE color: 11274246.
HSL color Cylindrical-coordinate representation of color #0608AC: hue angle of 239.28º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0608AC is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 8 | 172 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.33 |
| HSL | 239.28º | 0.93% | 0.35% | - |
| HSV(B) | 239.28º | 0.97% | 0.67% | - |
| XYZ | 7.61 | 3.19 | 39.24 | - |
| YUV | 26.1 | 210.34 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 8 | 172 | 0.97 | 0.95 | 0 | 0.33 | 239.28 | 0.93 | 0.35 |
| Hex | 6 | 8 | AC | 61 | 5F | 0 | 21 | EF | 5D | 23 |
| Octal | 6 | 10 | 254 | 141 | 137 | 0 | 41 | 357 | 135 | 43 |
| Binary | 110 | 1000 | 10101100 | 1100001 | 1011111 | 0 | 100001 | 11101111 | 1011101 | 100011 |
Color Harmonies of #0608AC
Complementary color
Monochromatic Colors of #0608AC
Black with #0608AC
Text Example
Text Example
White with #0608AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0608AC; }
p { color: rgb(6,8,172); }
H1.HeaderClassName
{
color: #0608AC;
}
.AnyTagClassName
{
color: #0608AC;
}
</style>
background-color css
<style>
a { background-color: #0608AC; }
a { background-color: rgb(6,8,172); }
div.DivClassName
{
background-color: #0608AC;
}
.BgClassName
{
background-color: #0608AC;
}
</style>
border-color css
<style>
span { border-color: #0608AC; }
span { border-color: rgb(6,8,172); }
td.TdClassName
{
border-color: #0608AC;
}
.TagClassName
{
border-color: #0608AC;
}
</style>