Shades of New Midnight Blue #06099B
Tints of New Midnight Blue #06099B
RGB
CMYK
RGB Variations
Color information
#06099B (or 0x06099B) is known color: New Midnight Blue. HEX triplet: 06, 09 and 9B. RGB value is (6,9,155). Sum of RGB (Red+Green+Blue) = 6+9+155=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 155 (60.94% from 255 or 91.18% from 170); Max value from RGB is 155 - color contains mainly: blue. Hex color #06099B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06099B is #F9F664. Grayscale: #181818. Windows color (decimal): -16381541 or 10160390. OLE color: 10160390.
HSL color Cylindrical-coordinate representation of color #06099B: hue angle of 238.79º 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 #06099B is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 9 | 155 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.39 |
| HSL | 238.79º | 0.93% | 0.32% | - |
| HSV(B) | 238.79º | 0.96% | 0.61% | - |
| XYZ | 6.09 | 2.6 | 31.19 | - |
| YUV | 24.75 | 201.51 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 9 | 155 | 0.96 | 0.94 | 0 | 0.39 | 238.79 | 0.93 | 0.32 |
| Hex | 6 | 9 | 9B | 60 | 5E | 0 | 27 | EF | 5D | 20 |
| Octal | 6 | 11 | 233 | 140 | 136 | 0 | 47 | 357 | 135 | 40 |
| Binary | 110 | 1001 | 10011011 | 1100000 | 1011110 | 0 | 100111 | 11101111 | 1011101 | 100000 |
Color Harmonies of #06099B
Complementary color
Monochromatic Colors of #06099B
Black with #06099B
Text Example
Text Example
White with #06099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06099B; }
p { color: rgb(6,9,155); }
H1.HeaderClassName
{
color: #06099B;
}
.AnyTagClassName
{
color: #06099B;
}
</style>
background-color css
<style>
a { background-color: #06099B; }
a { background-color: rgb(6,9,155); }
div.DivClassName
{
background-color: #06099B;
}
.BgClassName
{
background-color: #06099B;
}
</style>
border-color css
<style>
span { border-color: #06099B; }
span { border-color: rgb(6,9,155); }
td.TdClassName
{
border-color: #06099B;
}
.TagClassName
{
border-color: #06099B;
}
</style>