Shades of New Midnight Blue #06149B
Tints of New Midnight Blue #06149B
RGB
CMYK
RGB Variations
Color information
#06149B (or 0x06149B) is known color: New Midnight Blue. HEX triplet: 06, 14 and 9B. RGB value is (6,20,155). Sum of RGB (Red+Green+Blue) = 6+20+155=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 155 (60.94% from 255 or 85.64% from 181); Max value from RGB is 155 - color contains mainly: blue. Hex color #06149B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06149B is #F9EB64. Grayscale: #1E1E1E. Windows color (decimal): -16378725 or 10163206. OLE color: 10163206.
HSL color Cylindrical-coordinate representation of color #06149B: hue angle of 234.36º 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 #06149B is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 20 | 155 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.39 |
| HSL | 234.36º | 0.93% | 0.32% | - |
| HSV(B) | 234.36º | 0.96% | 0.61% | - |
| XYZ | 6.24 | 2.91 | 31.24 | - |
| YUV | 31.2 | 197.86 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 155 | 0.96 | 0.87 | 0 | 0.39 | 234.36 | 0.93 | 0.32 |
| Hex | 6 | 14 | 9B | 60 | 57 | 0 | 27 | EA | 5D | 20 |
| Octal | 6 | 24 | 233 | 140 | 127 | 0 | 47 | 352 | 135 | 40 |
| Binary | 110 | 10100 | 10011011 | 1100000 | 1010111 | 0 | 100111 | 11101010 | 1011101 | 100000 |
Color Harmonies of #06149B
Complementary color
Monochromatic Colors of #06149B
Black with #06149B
Text Example
Text Example
White with #06149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06149B; }
p { color: rgb(6,20,155); }
H1.HeaderClassName
{
color: #06149B;
}
.AnyTagClassName
{
color: #06149B;
}
</style>
background-color css
<style>
a { background-color: #06149B; }
a { background-color: rgb(6,20,155); }
div.DivClassName
{
background-color: #06149B;
}
.BgClassName
{
background-color: #06149B;
}
</style>
border-color css
<style>
span { border-color: #06149B; }
span { border-color: rgb(6,20,155); }
td.TdClassName
{
border-color: #06149B;
}
.TagClassName
{
border-color: #06149B;
}
</style>