Shades of New Midnight Blue #030D9A
Tints of New Midnight Blue #030D9A
RGB
CMYK
RGB Variations
Color information
#030D9A (or 0x030D9A) is known color: New Midnight Blue. HEX triplet: 03, 0D and 9A. RGB value is (3,13,154). Sum of RGB (Red+Green+Blue) = 3+13+154=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 13 (5.47% from 255 or 7.65% from 170); Blue value is 154 (60.55% from 255 or 90.59% from 170); Max value from RGB is 154 - color contains mainly: blue. Hex color #030D9A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030D9A is #FCF265. Grayscale: #191919. Windows color (decimal): -16577126 or 10095875. OLE color: 10095875.
HSL color Cylindrical-coordinate representation of color #030D9A: hue angle of 236.03º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030D9A is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 13 | 154 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.40 |
| HSL | 236.03º | 0.96% | 0.31% | - |
| HSV(B) | 236.03º | 0.98% | 0.6% | - |
| XYZ | 6.01 | 2.64 | 30.76 | - |
| YUV | 26.08 | 200.19 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 154 | 0.98 | 0.92 | 0 | 0.40 | 236.03 | 0.96 | 0.31 |
| Hex | 3 | D | 9A | 62 | 5C | 0 | 28 | EC | 60 | 1F |
| Octal | 3 | 15 | 232 | 142 | 134 | 0 | 50 | 354 | 140 | 37 |
| Binary | 11 | 1101 | 10011010 | 1100010 | 1011100 | 0 | 101000 | 11101100 | 1100000 | 11111 |
Color Harmonies of #030D9A
Complementary color
Monochromatic Colors of #030D9A
Black with #030D9A
Text Example
Text Example
White with #030D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D9A; }
p { color: rgb(3,13,154); }
H1.HeaderClassName
{
color: #030D9A;
}
.AnyTagClassName
{
color: #030D9A;
}
</style>
background-color css
<style>
a { background-color: #030D9A; }
a { background-color: rgb(3,13,154); }
div.DivClassName
{
background-color: #030D9A;
}
.BgClassName
{
background-color: #030D9A;
}
</style>
border-color css
<style>
span { border-color: #030D9A; }
span { border-color: rgb(3,13,154); }
td.TdClassName
{
border-color: #030D9A;
}
.TagClassName
{
border-color: #030D9A;
}
</style>