Shades of Midnight Blue #061474
Tints of Midnight Blue #061474
RGB
CMYK
RGB Variations
Color information
#061474 (or 0x061474) is known color: Midnight Blue. HEX triplet: 06, 14 and 74. RGB value is (6,20,116). Sum of RGB (Red+Green+Blue) = 6+20+116=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 116 (45.70% from 255 or 81.69% from 142); Max value from RGB is 116 - color contains mainly: blue. Hex color #061474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061474 is #F9EB8B. Grayscale: #1A1A1A. Windows color (decimal): -16378764 or 7607302. OLE color: 7607302.
HSL color Cylindrical-coordinate representation of color #061474: hue angle of 232.36º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061474 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 20 | 116 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.55 |
| HSL | 232.36º | 0.9% | 0.24% | - |
| HSV(B) | 232.36º | 0.95% | 0.45% | - |
| XYZ | 3.48 | 1.8 | 16.69 | - |
| YUV | 26.76 | 178.36 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 116 | 0.95 | 0.83 | 0 | 0.55 | 232.36 | 0.9 | 0.24 |
| Hex | 6 | 14 | 74 | 5F | 53 | 0 | 37 | E8 | 5A | 18 |
| Octal | 6 | 24 | 164 | 137 | 123 | 0 | 67 | 350 | 132 | 30 |
| Binary | 110 | 10100 | 1110100 | 1011111 | 1010011 | 0 | 110111 | 11101000 | 1011010 | 11000 |
Color Harmonies of #061474
Complementary color
Monochromatic Colors of #061474
Black with #061474
Text Example
Text Example
White with #061474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061474; }
p { color: rgb(6,20,116); }
H1.HeaderClassName
{
color: #061474;
}
.AnyTagClassName
{
color: #061474;
}
</style>
background-color css
<style>
a { background-color: #061474; }
a { background-color: rgb(6,20,116); }
div.DivClassName
{
background-color: #061474;
}
.BgClassName
{
background-color: #061474;
}
</style>
border-color css
<style>
span { border-color: #061474; }
span { border-color: rgb(6,20,116); }
td.TdClassName
{
border-color: #061474;
}
.TagClassName
{
border-color: #061474;
}
</style>