Shades of New Midnight Blue #030095
Tints of New Midnight Blue #030095
RGB
CMYK
RGB Variations
Color information
#030095 (or 0x030095) is known color: New Midnight Blue. HEX triplet: 03, 00 and 95. RGB value is (3,0,149). Sum of RGB (Red+Green+Blue) = 3+0+149=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 149 (58.59% from 255 or 98.03% from 152); Max value from RGB is 149 - color contains mainly: blue. Hex color #030095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030095 is #FCFF6A. Grayscale: #111111. Windows color (decimal): -16580459 or 9764867. OLE color: 9764867.
HSL color Cylindrical-coordinate representation of color #030095: hue angle of 241.21º 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 #030095 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 0 | 149 | - |
| CMYK | 0.98 | 1 | 0 | 0.42 |
| HSL | 241.21º | 1% | 0.29% | - |
| HSV(B) | 241.21º | 1% | 0.58% | - |
| XYZ | 5.46 | 2.19 | 28.57 | - |
| YUV | 17.88 | 201.99 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 149 | 0.98 | 1 | 0 | 0.42 | 241.21 | 1 | 0.29 |
| Hex | 3 | 0 | 95 | 62 | 64 | 0 | 2A | F1 | 64 | 1D |
| Octal | 3 | 0 | 225 | 142 | 144 | 0 | 52 | 361 | 144 | 35 |
| Binary | 11 | 0 | 10010101 | 1100010 | 1100100 | 0 | 101010 | 11110001 | 1100100 | 11101 |
Color Harmonies of #030095
Complementary color
Monochromatic Colors of #030095
Black with #030095
Text Example
Text Example
White with #030095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030095; }
p { color: rgb(3,0,149); }
H1.HeaderClassName
{
color: #030095;
}
.AnyTagClassName
{
color: #030095;
}
</style>
background-color css
<style>
a { background-color: #030095; }
a { background-color: rgb(3,0,149); }
div.DivClassName
{
background-color: #030095;
}
.BgClassName
{
background-color: #030095;
}
</style>
border-color css
<style>
span { border-color: #030095; }
span { border-color: rgb(3,0,149); }
td.TdClassName
{
border-color: #030095;
}
.TagClassName
{
border-color: #030095;
}
</style>