Shades of New Midnight Blue #00039B
Tints of New Midnight Blue #00039B
RGB
CMYK
RGB Variations
Color information
#00039B (or 0x00039B) is known color: New Midnight Blue. HEX triplet: 00, 03 and 9B. RGB value is (0,3,155). Sum of RGB (Red+Green+Blue) = 0+3+155=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 155 (60.94% from 255 or 98.10% from 158); Max value from RGB is 155 - color contains mainly: blue. Hex color #00039B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00039B is #FFFC64. Grayscale: #121212. Windows color (decimal): -16776293 or 10158848. OLE color: 10158848.
HSL color Cylindrical-coordinate representation of color #00039B: hue angle of 238.84º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00039B is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 3 | 155 | - |
| CMYK | 1 | 0.98 | 0 | 0.39 |
| HSL | 238.84º | 1% | 0.3% | - |
| HSV(B) | 238.84º | 1% | 0.61% | - |
| XYZ | 5.95 | 2.43 | 31.17 | - |
| YUV | 19.43 | 204.51 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 3 | 155 | 1 | 0.98 | 0 | 0.39 | 238.84 | 1 | 0.3 |
| Hex | 0 | 3 | 9B | 64 | 62 | 0 | 27 | EF | 64 | 1E |
| Octal | 0 | 3 | 233 | 144 | 142 | 0 | 47 | 357 | 144 | 36 |
| Binary | 0 | 11 | 10011011 | 1100100 | 1100010 | 0 | 100111 | 11101111 | 1100100 | 11110 |
Color Harmonies of #00039B
Complementary color
Monochromatic Colors of #00039B
Black with #00039B
Text Example
Text Example
White with #00039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00039B; }
p { color: rgb(0,3,155); }
H1.HeaderClassName
{
color: #00039B;
}
.AnyTagClassName
{
color: #00039B;
}
</style>
background-color css
<style>
a { background-color: #00039B; }
a { background-color: rgb(0,3,155); }
div.DivClassName
{
background-color: #00039B;
}
.BgClassName
{
background-color: #00039B;
}
</style>
border-color css
<style>
span { border-color: #00039B; }
span { border-color: rgb(0,3,155); }
td.TdClassName
{
border-color: #00039B;
}
.TagClassName
{
border-color: #00039B;
}
</style>