Shades of New Midnight Blue #03129D
Tints of New Midnight Blue #03129D
RGB
CMYK
RGB Variations
Color information
#03129D (or 0x03129D) is known color: New Midnight Blue. HEX triplet: 03, 12 and 9D. RGB value is (3,18,157). Sum of RGB (Red+Green+Blue) = 3+18+157=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 157 (61.72% from 255 or 88.20% from 178); Max value from RGB is 157 - color contains mainly: blue. Hex color #03129D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03129D is #FCED62. Grayscale: #1C1C1C. Windows color (decimal): -16575843 or 10293763. OLE color: 10293763.
HSL color Cylindrical-coordinate representation of color #03129D: hue angle of 234.16º 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 #03129D is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 18 | 157 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.38 |
| HSL | 234.16º | 0.96% | 0.31% | - |
| HSV(B) | 234.16º | 0.98% | 0.62% | - |
| XYZ | 6.34 | 2.89 | 32.12 | - |
| YUV | 29.36 | 200.03 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 157 | 0.98 | 0.89 | 0 | 0.38 | 234.16 | 0.96 | 0.31 |
| Hex | 3 | 12 | 9D | 62 | 59 | 0 | 26 | EA | 60 | 1F |
| Octal | 3 | 22 | 235 | 142 | 131 | 0 | 46 | 352 | 140 | 37 |
| Binary | 11 | 10010 | 10011101 | 1100010 | 1011001 | 0 | 100110 | 11101010 | 1100000 | 11111 |
Color Harmonies of #03129D
Complementary color
Monochromatic Colors of #03129D
Black with #03129D
Text Example
Text Example
White with #03129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03129D; }
p { color: rgb(3,18,157); }
H1.HeaderClassName
{
color: #03129D;
}
.AnyTagClassName
{
color: #03129D;
}
</style>
background-color css
<style>
a { background-color: #03129D; }
a { background-color: rgb(3,18,157); }
div.DivClassName
{
background-color: #03129D;
}
.BgClassName
{
background-color: #03129D;
}
</style>
border-color css
<style>
span { border-color: #03129D; }
span { border-color: rgb(3,18,157); }
td.TdClassName
{
border-color: #03129D;
}
.TagClassName
{
border-color: #03129D;
}
</style>