Shades of New Midnight Blue #030395
Tints of New Midnight Blue #030395
RGB
CMYK
RGB Variations
Color information
#030395 (or 0x030395) is known color: New Midnight Blue. HEX triplet: 03, 03 and 95. RGB value is (3,3,149). Sum of RGB (Red+Green+Blue) = 3+3+149=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 149 (58.59% from 255 or 96.13% from 155); Max value from RGB is 149 - color contains mainly: blue. Hex color #030395 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030395 is #FCFC6A. Grayscale: #131313. Windows color (decimal): -16579691 or 9765635. OLE color: 9765635.
HSL color Cylindrical-coordinate representation of color #030395: hue angle of 240º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030395 is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 3 | 149 | - |
| CMYK | 0.98 | 0.98 | 0 | 0.42 |
| HSL | 240º | 0.96% | 0.3% | - |
| HSV(B) | 240º | 0.98% | 0.58% | - |
| XYZ | 5.49 | 2.25 | 28.58 | - |
| YUV | 19.64 | 201 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 149 | 0.98 | 0.98 | 0 | 0.42 | 240 | 0.96 | 0.3 |
| Hex | 3 | 3 | 95 | 62 | 62 | 0 | 2A | F0 | 60 | 1E |
| Octal | 3 | 3 | 225 | 142 | 142 | 0 | 52 | 360 | 140 | 36 |
| Binary | 11 | 11 | 10010101 | 1100010 | 1100010 | 0 | 101010 | 11110000 | 1100000 | 11110 |
Color Harmonies of #030395
Complementary color
Monochromatic Colors of #030395
Black with #030395
Text Example
Text Example
White with #030395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030395; }
p { color: rgb(3,3,149); }
H1.HeaderClassName
{
color: #030395;
}
.AnyTagClassName
{
color: #030395;
}
</style>
background-color css
<style>
a { background-color: #030395; }
a { background-color: rgb(3,3,149); }
div.DivClassName
{
background-color: #030395;
}
.BgClassName
{
background-color: #030395;
}
</style>
border-color css
<style>
span { border-color: #030395; }
span { border-color: rgb(3,3,149); }
td.TdClassName
{
border-color: #030395;
}
.TagClassName
{
border-color: #030395;
}
</style>