Shades of New Midnight Blue #06189C
Tints of New Midnight Blue #06189C
RGB
CMYK
RGB Variations
Color information
#06189C (or 0x06189C) is known color: New Midnight Blue. HEX triplet: 06, 18 and 9C. RGB value is (6,24,156). Sum of RGB (Red+Green+Blue) = 6+24+156=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 156 (61.33% from 255 or 83.87% from 186); Max value from RGB is 156 - color contains mainly: blue. Hex color #06189C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06189C is #F9E763. Grayscale: #212121. Windows color (decimal): -16377700 or 10229766. OLE color: 10229766.
HSL color Cylindrical-coordinate representation of color #06189C: hue angle of 232.8º 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 #06189C is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 24 | 156 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.39 |
| HSL | 232.8º | 0.93% | 0.32% | - |
| HSV(B) | 232.8º | 0.96% | 0.61% | - |
| XYZ | 6.4 | 3.09 | 31.71 | - |
| YUV | 33.67 | 197.04 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 156 | 0.96 | 0.85 | 0 | 0.39 | 232.8 | 0.93 | 0.32 |
| Hex | 6 | 18 | 9C | 60 | 55 | 0 | 27 | E9 | 5D | 20 |
| Octal | 6 | 30 | 234 | 140 | 125 | 0 | 47 | 351 | 135 | 40 |
| Binary | 110 | 11000 | 10011100 | 1100000 | 1010101 | 0 | 100111 | 11101001 | 1011101 | 100000 |
Color Harmonies of #06189C
Complementary color
Monochromatic Colors of #06189C
Black with #06189C
Text Example
Text Example
White with #06189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06189C; }
p { color: rgb(6,24,156); }
H1.HeaderClassName
{
color: #06189C;
}
.AnyTagClassName
{
color: #06189C;
}
</style>
background-color css
<style>
a { background-color: #06189C; }
a { background-color: rgb(6,24,156); }
div.DivClassName
{
background-color: #06189C;
}
.BgClassName
{
background-color: #06189C;
}
</style>
border-color css
<style>
span { border-color: #06189C; }
span { border-color: rgb(6,24,156); }
td.TdClassName
{
border-color: #06189C;
}
.TagClassName
{
border-color: #06189C;
}
</style>