Shades of New Midnight Blue #03139D
Tints of New Midnight Blue #03139D
RGB
CMYK
RGB Variations
Color information
#03139D (or 0x03139D) is known color: New Midnight Blue. HEX triplet: 03, 13 and 9D. RGB value is (3,19,157). Sum of RGB (Red+Green+Blue) = 3+19+157=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 157 (61.72% from 255 or 87.71% from 179); Max value from RGB is 157 - color contains mainly: blue. Hex color #03139D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03139D is #FCEC62. Grayscale: #1D1D1D. Windows color (decimal): -16575587 or 10294019. OLE color: 10294019.
HSL color Cylindrical-coordinate representation of color #03139D: hue angle of 233.77º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03139D is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 19 | 157 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.38 |
| HSL | 233.77º | 0.96% | 0.31% | - |
| HSV(B) | 233.77º | 0.98% | 0.62% | - |
| XYZ | 6.36 | 2.92 | 32.13 | - |
| YUV | 29.95 | 199.7 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 157 | 0.98 | 0.88 | 0 | 0.38 | 233.77 | 0.96 | 0.31 |
| Hex | 3 | 13 | 9D | 62 | 58 | 0 | 26 | EA | 60 | 1F |
| Octal | 3 | 23 | 235 | 142 | 130 | 0 | 46 | 352 | 140 | 37 |
| Binary | 11 | 10011 | 10011101 | 1100010 | 1011000 | 0 | 100110 | 11101010 | 1100000 | 11111 |
Color Harmonies of #03139D
Complementary color
Monochromatic Colors of #03139D
Black with #03139D
Text Example
Text Example
White with #03139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03139D; }
p { color: rgb(3,19,157); }
H1.HeaderClassName
{
color: #03139D;
}
.AnyTagClassName
{
color: #03139D;
}
</style>
background-color css
<style>
a { background-color: #03139D; }
a { background-color: rgb(3,19,157); }
div.DivClassName
{
background-color: #03139D;
}
.BgClassName
{
background-color: #03139D;
}
</style>
border-color css
<style>
span { border-color: #03139D; }
span { border-color: rgb(3,19,157); }
td.TdClassName
{
border-color: #03139D;
}
.TagClassName
{
border-color: #03139D;
}
</style>