Shades of Midnight Blue #030861
Tints of Midnight Blue #030861
RGB
CMYK
RGB Variations
Color information
#030861 (or 0x030861) is known color: Midnight Blue. HEX triplet: 03, 08 and 61. RGB value is (3,8,97). Sum of RGB (Red+Green+Blue) = 3+8+97=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 97 (38.28% from 255 or 89.81% from 108); Max value from RGB is 97 - color contains mainly: blue. Hex color #030861 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030861 is #FCF79E. Grayscale: #101010. Windows color (decimal): -16578463 or 6359043. OLE color: 6359043.
HSL color Cylindrical-coordinate representation of color #030861: hue angle of 236.81º 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 #030861 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 8 | 97 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.62 |
| HSL | 236.81º | 0.94% | 0.2% | - |
| HSV(B) | 236.81º | 0.97% | 0.38% | - |
| XYZ | 2.28 | 1.06 | 11.39 | - |
| YUV | 16.65 | 173.34 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 97 | 0.97 | 0.92 | 0 | 0.62 | 236.81 | 0.94 | 0.2 |
| Hex | 3 | 8 | 61 | 61 | 5C | 0 | 3E | ED | 5E | 14 |
| Octal | 3 | 10 | 141 | 141 | 134 | 0 | 76 | 355 | 136 | 24 |
| Binary | 11 | 1000 | 1100001 | 1100001 | 1011100 | 0 | 111110 | 11101101 | 1011110 | 10100 |
Color Harmonies of #030861
Complementary color
Monochromatic Colors of #030861
Black with #030861
Text Example
Text Example
White with #030861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030861; }
p { color: rgb(3,8,97); }
H1.HeaderClassName
{
color: #030861;
}
.AnyTagClassName
{
color: #030861;
}
</style>
background-color css
<style>
a { background-color: #030861; }
a { background-color: rgb(3,8,97); }
div.DivClassName
{
background-color: #030861;
}
.BgClassName
{
background-color: #030861;
}
</style>
border-color css
<style>
span { border-color: #030861; }
span { border-color: rgb(3,8,97); }
td.TdClassName
{
border-color: #030861;
}
.TagClassName
{
border-color: #030861;
}
</style>