Shades of New Midnight Blue #03019B
Tints of New Midnight Blue #03019B
RGB
CMYK
RGB Variations
Color information
#03019B (or 0x03019B) is known color: New Midnight Blue. HEX triplet: 03, 01 and 9B. RGB value is (3,1,155). Sum of RGB (Red+Green+Blue) = 3+1+155=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 155 (60.94% from 255 or 97.48% from 159); Max value from RGB is 155 - color contains mainly: blue. Hex color #03019B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03019B is #FCFE64. Grayscale: #121212. Windows color (decimal): -16580197 or 10158339. OLE color: 10158339.
HSL color Cylindrical-coordinate representation of color #03019B: hue angle of 240.78º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03019B is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 1 | 155 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.39 |
| HSL | 240.78º | 0.99% | 0.31% | - |
| HSV(B) | 240.78º | 0.99% | 0.61% | - |
| XYZ | 5.96 | 2.41 | 31.16 | - |
| YUV | 19.15 | 204.66 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 155 | 0.98 | 0.99 | 0 | 0.39 | 240.78 | 0.99 | 0.31 |
| Hex | 3 | 1 | 9B | 62 | 63 | 0 | 27 | F1 | 63 | 1F |
| Octal | 3 | 1 | 233 | 142 | 143 | 0 | 47 | 361 | 143 | 37 |
| Binary | 11 | 1 | 10011011 | 1100010 | 1100011 | 0 | 100111 | 11110001 | 1100011 | 11111 |
Color Harmonies of #03019B
Complementary color
Monochromatic Colors of #03019B
Black with #03019B
Text Example
Text Example
White with #03019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03019B; }
p { color: rgb(3,1,155); }
H1.HeaderClassName
{
color: #03019B;
}
.AnyTagClassName
{
color: #03019B;
}
</style>
background-color css
<style>
a { background-color: #03019B; }
a { background-color: rgb(3,1,155); }
div.DivClassName
{
background-color: #03019B;
}
.BgClassName
{
background-color: #03019B;
}
</style>
border-color css
<style>
span { border-color: #03019B; }
span { border-color: rgb(3,1,155); }
td.TdClassName
{
border-color: #03019B;
}
.TagClassName
{
border-color: #03019B;
}
</style>