Shades of New Midnight Blue #030094
Tints of New Midnight Blue #030094
RGB
CMYK
RGB Variations
Color information
#030094 (or 0x030094) is known color: New Midnight Blue. HEX triplet: 03, 00 and 94. RGB value is (3,0,148). Sum of RGB (Red+Green+Blue) = 3+0+148=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 148 (58.20% from 255 or 98.01% from 151); Max value from RGB is 148 - color contains mainly: blue. Hex color #030094 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030094 is #FCFF6B. Grayscale: #111111. Windows color (decimal): -16580460 or 9699331. OLE color: 9699331.
HSL color Cylindrical-coordinate representation of color #030094: hue angle of 241.22º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030094 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 0 | 148 | - |
| CMYK | 0.98 | 1 | 0 | 0.42 |
| HSL | 241.22º | 1% | 0.29% | - |
| HSV(B) | 241.22º | 1% | 0.58% | - |
| XYZ | 5.38 | 2.16 | 28.15 | - |
| YUV | 17.77 | 201.49 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 148 | 0.98 | 1 | 0 | 0.42 | 241.22 | 1 | 0.29 |
| Hex | 3 | 0 | 94 | 62 | 64 | 0 | 2A | F1 | 64 | 1D |
| Octal | 3 | 0 | 224 | 142 | 144 | 0 | 52 | 361 | 144 | 35 |
| Binary | 11 | 0 | 10010100 | 1100010 | 1100100 | 0 | 101010 | 11110001 | 1100100 | 11101 |
Color Harmonies of #030094
Complementary color
Monochromatic Colors of #030094
Black with #030094
Text Example
Text Example
White with #030094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030094; }
p { color: rgb(3,0,148); }
H1.HeaderClassName
{
color: #030094;
}
.AnyTagClassName
{
color: #030094;
}
</style>
background-color css
<style>
a { background-color: #030094; }
a { background-color: rgb(3,0,148); }
div.DivClassName
{
background-color: #030094;
}
.BgClassName
{
background-color: #030094;
}
</style>
border-color css
<style>
span { border-color: #030094; }
span { border-color: rgb(3,0,148); }
td.TdClassName
{
border-color: #030094;
}
.TagClassName
{
border-color: #030094;
}
</style>