Shades of New Midnight Blue #04139C
Tints of New Midnight Blue #04139C
RGB
CMYK
RGB Variations
Color information
#04139C (or 0x04139C) is known color: New Midnight Blue. HEX triplet: 04, 13 and 9C. RGB value is (4,19,156). Sum of RGB (Red+Green+Blue) = 4+19+156=179 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.23% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 156 (61.33% from 255 or 87.15% from 179); Max value from RGB is 156 - color contains mainly: blue. Hex color #04139C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04139C is #FBEC63. Grayscale: #1D1D1D. Windows color (decimal): -16510052 or 10228484. OLE color: 10228484.
HSL color Cylindrical-coordinate representation of color #04139C: hue angle of 234.08º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04139C is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 4 | 19 | 156 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.39 |
| HSL | 234.08º | 0.95% | 0.31% | - |
| HSV(B) | 234.08º | 0.97% | 0.61% | - |
| XYZ | 6.28 | 2.89 | 31.68 | - |
| YUV | 30.13 | 199.03 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 19 | 156 | 0.97 | 0.88 | 0 | 0.39 | 234.08 | 0.95 | 0.31 |
| Hex | 4 | 13 | 9C | 61 | 58 | 0 | 27 | EA | 5F | 1F |
| Octal | 4 | 23 | 234 | 141 | 130 | 0 | 47 | 352 | 137 | 37 |
| Binary | 100 | 10011 | 10011100 | 1100001 | 1011000 | 0 | 100111 | 11101010 | 1011111 | 11111 |
Color Harmonies of #04139C
Complementary color
Monochromatic Colors of #04139C
Black with #04139C
Text Example
Text Example
White with #04139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04139C; }
p { color: rgb(4,19,156); }
H1.HeaderClassName
{
color: #04139C;
}
.AnyTagClassName
{
color: #04139C;
}
</style>
background-color css
<style>
a { background-color: #04139C; }
a { background-color: rgb(4,19,156); }
div.DivClassName
{
background-color: #04139C;
}
.BgClassName
{
background-color: #04139C;
}
</style>
border-color css
<style>
span { border-color: #04139C; }
span { border-color: rgb(4,19,156); }
td.TdClassName
{
border-color: #04139C;
}
.TagClassName
{
border-color: #04139C;
}
</style>