Shades of Midnight Blue #030A61
Tints of Midnight Blue #030A61
RGB
CMYK
RGB Variations
Color information
#030A61 (or 0x030A61) is known color: Midnight Blue. HEX triplet: 03, 0A and 61. RGB value is (3,10,97). Sum of RGB (Red+Green+Blue) = 3+10+97=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 97 (38.28% from 255 or 88.18% from 110); Max value from RGB is 97 - color contains mainly: blue. Hex color #030A61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030A61 is #FCF59E. Grayscale: #111111. Windows color (decimal): -16577951 or 6359555. OLE color: 6359555.
HSL color Cylindrical-coordinate representation of color #030A61: hue angle of 235.53º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030A61 is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 10 | 97 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.62 |
| HSL | 235.53º | 0.94% | 0.2% | - |
| HSV(B) | 235.53º | 0.97% | 0.38% | - |
| XYZ | 2.3 | 1.1 | 11.4 | - |
| YUV | 17.83 | 172.68 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 97 | 0.97 | 0.90 | 0 | 0.62 | 235.53 | 0.94 | 0.2 |
| Hex | 3 | A | 61 | 61 | 5A | 0 | 3E | EC | 5E | 14 |
| Octal | 3 | 12 | 141 | 141 | 132 | 0 | 76 | 354 | 136 | 24 |
| Binary | 11 | 1010 | 1100001 | 1100001 | 1011010 | 0 | 111110 | 11101100 | 1011110 | 10100 |
Color Harmonies of #030A61
Complementary color
Monochromatic Colors of #030A61
Black with #030A61
Text Example
Text Example
White with #030A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030A61; }
p { color: rgb(3,10,97); }
H1.HeaderClassName
{
color: #030A61;
}
.AnyTagClassName
{
color: #030A61;
}
</style>
background-color css
<style>
a { background-color: #030A61; }
a { background-color: rgb(3,10,97); }
div.DivClassName
{
background-color: #030A61;
}
.BgClassName
{
background-color: #030A61;
}
</style>
border-color css
<style>
span { border-color: #030A61; }
span { border-color: rgb(3,10,97); }
td.TdClassName
{
border-color: #030A61;
}
.TagClassName
{
border-color: #030A61;
}
</style>