Shades of New Midnight Blue #03149C
Tints of New Midnight Blue #03149C
RGB
CMYK
RGB Variations
Color information
#03149C (or 0x03149C) is known color: New Midnight Blue. HEX triplet: 03, 14 and 9C. RGB value is (3,20,156). Sum of RGB (Red+Green+Blue) = 3+20+156=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 20 (8.20% from 255 or 11.17% 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 #03149C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03149C is #FCEB63. Grayscale: #1D1D1D. Windows color (decimal): -16575332 or 10228739. OLE color: 10228739.
HSL color Cylindrical-coordinate representation of color #03149C: hue angle of 233.33º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03149C is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 20 | 156 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.39 |
| HSL | 233.33º | 0.96% | 0.31% | - |
| HSV(B) | 233.33º | 0.98% | 0.61% | - |
| XYZ | 6.29 | 2.92 | 31.68 | - |
| YUV | 30.42 | 198.87 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 156 | 0.98 | 0.87 | 0 | 0.39 | 233.33 | 0.96 | 0.31 |
| Hex | 3 | 14 | 9C | 62 | 57 | 0 | 27 | E9 | 60 | 1F |
| Octal | 3 | 24 | 234 | 142 | 127 | 0 | 47 | 351 | 140 | 37 |
| Binary | 11 | 10100 | 10011100 | 1100010 | 1010111 | 0 | 100111 | 11101001 | 1100000 | 11111 |
Color Harmonies of #03149C
Complementary color
Monochromatic Colors of #03149C
Black with #03149C
Text Example
Text Example
White with #03149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03149C; }
p { color: rgb(3,20,156); }
H1.HeaderClassName
{
color: #03149C;
}
.AnyTagClassName
{
color: #03149C;
}
</style>
background-color css
<style>
a { background-color: #03149C; }
a { background-color: rgb(3,20,156); }
div.DivClassName
{
background-color: #03149C;
}
.BgClassName
{
background-color: #03149C;
}
</style>
border-color css
<style>
span { border-color: #03149C; }
span { border-color: rgb(3,20,156); }
td.TdClassName
{
border-color: #03149C;
}
.TagClassName
{
border-color: #03149C;
}
</style>