Shades of Midnight Blue #061A81
Tints of Midnight Blue #061A81
RGB
CMYK
RGB Variations
Color information
#061A81 (or 0x061A81) is known color: Midnight Blue. HEX triplet: 06, 1A and 81. RGB value is (6,26,129). Sum of RGB (Red+Green+Blue) = 6+26+129=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 129 (50.78% from 255 or 80.12% from 161); Max value from RGB is 129 - color contains mainly: blue. Hex color #061A81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061A81 is #F9E57E. Grayscale: #1F1F1F. Windows color (decimal): -16377215 or 8460806. OLE color: 8460806.
HSL color Cylindrical-coordinate representation of color #061A81: hue angle of 230.24º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061A81 is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 26 | 129 | - |
| CMYK | 0.95 | 0.80 | 0 | 0.49 |
| HSL | 230.24º | 0.91% | 0.26% | - |
| HSV(B) | 230.24º | 0.95% | 0.51% | - |
| XYZ | 4.41 | 2.36 | 20.99 | - |
| YUV | 31.76 | 182.87 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 129 | 0.95 | 0.80 | 0 | 0.49 | 230.24 | 0.91 | 0.26 |
| Hex | 6 | 1A | 81 | 5F | 50 | 0 | 31 | E6 | 5B | 1A |
| Octal | 6 | 32 | 201 | 137 | 120 | 0 | 61 | 346 | 133 | 32 |
| Binary | 110 | 11010 | 10000001 | 1011111 | 1010000 | 0 | 110001 | 11100110 | 1011011 | 11010 |
Color Harmonies of #061A81
Complementary color
Monochromatic Colors of #061A81
Black with #061A81
Text Example
Text Example
White with #061A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A81; }
p { color: rgb(6,26,129); }
H1.HeaderClassName
{
color: #061A81;
}
.AnyTagClassName
{
color: #061A81;
}
</style>
background-color css
<style>
a { background-color: #061A81; }
a { background-color: rgb(6,26,129); }
div.DivClassName
{
background-color: #061A81;
}
.BgClassName
{
background-color: #061A81;
}
</style>
border-color css
<style>
span { border-color: #061A81; }
span { border-color: rgb(6,26,129); }
td.TdClassName
{
border-color: #061A81;
}
.TagClassName
{
border-color: #061A81;
}
</style>