Shades of New Midnight Blue #06129C
Tints of New Midnight Blue #06129C
RGB
CMYK
RGB Variations
Color information
#06129C (or 0x06129C) is known color: New Midnight Blue. HEX triplet: 06, 12 and 9C. RGB value is (6,18,156). Sum of RGB (Red+Green+Blue) = 6+18+156=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 156 (61.33% from 255 or 86.67% from 180); Max value from RGB is 156 - color contains mainly: blue. Hex color #06129C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06129C is #F9ED63. Grayscale: #1D1D1D. Windows color (decimal): -16379236 or 10228230. OLE color: 10228230.
HSL color Cylindrical-coordinate representation of color #06129C: hue angle of 235.2º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06129C is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 18 | 156 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.39 |
| HSL | 235.2º | 0.93% | 0.32% | - |
| HSV(B) | 235.2º | 0.96% | 0.61% | - |
| XYZ | 6.29 | 2.87 | 31.68 | - |
| YUV | 30.14 | 199.02 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 156 | 0.96 | 0.88 | 0 | 0.39 | 235.2 | 0.93 | 0.32 |
| Hex | 6 | 12 | 9C | 60 | 58 | 0 | 27 | EB | 5D | 20 |
| Octal | 6 | 22 | 234 | 140 | 130 | 0 | 47 | 353 | 135 | 40 |
| Binary | 110 | 10010 | 10011100 | 1100000 | 1011000 | 0 | 100111 | 11101011 | 1011101 | 100000 |
Color Harmonies of #06129C
Complementary color
Monochromatic Colors of #06129C
Black with #06129C
Text Example
Text Example
White with #06129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06129C; }
p { color: rgb(6,18,156); }
H1.HeaderClassName
{
color: #06129C;
}
.AnyTagClassName
{
color: #06129C;
}
</style>
background-color css
<style>
a { background-color: #06129C; }
a { background-color: rgb(6,18,156); }
div.DivClassName
{
background-color: #06129C;
}
.BgClassName
{
background-color: #06129C;
}
</style>
border-color css
<style>
span { border-color: #06129C; }
span { border-color: rgb(6,18,156); }
td.TdClassName
{
border-color: #06129C;
}
.TagClassName
{
border-color: #06129C;
}
</style>