Shades of Midnight Blue #19035C
Tints of Midnight Blue #19035C
RGB
CMYK
RGB Variations
Color information
#19035C (or 0x19035C) is known color: Midnight Blue. HEX triplet: 19, 03 and 5C. RGB value is (25,3,92). Sum of RGB (Red+Green+Blue) = 25+3+92=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 92 (36.33% from 255 or 76.67% from 120); Max value from RGB is 92 - color contains mainly: blue. Hex color #19035C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19035C is #E6FCA3. Grayscale: #131313. Windows color (decimal): -15137956 or 6030105. OLE color: 6030105.
HSL color Cylindrical-coordinate representation of color #19035C: hue angle of 254.83º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #19035C is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 3 | 92 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.64 |
| HSL | 254.83º | 0.94% | 0.19% | - |
| HSV(B) | 254.83º | 0.97% | 0.36% | - |
| XYZ | 2.37 | 1.04 | 10.2 | - |
| YUV | 19.72 | 168.79 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 92 | 0.73 | 0.97 | 0 | 0.64 | 254.83 | 0.94 | 0.19 |
| Hex | 19 | 3 | 5C | 49 | 61 | 0 | 40 | FF | 5E | 13 |
| Octal | 31 | 3 | 134 | 111 | 141 | 0 | 100 | 377 | 136 | 23 |
| Binary | 11001 | 11 | 1011100 | 1001001 | 1100001 | 0 | 1000000 | 11111111 | 1011110 | 10011 |
Color Harmonies of #19035C
Complementary color
Monochromatic Colors of #19035C
Black with #19035C
Text Example
Text Example
White with #19035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19035C; }
p { color: rgb(25,3,92); }
H1.HeaderClassName
{
color: #19035C;
}
.AnyTagClassName
{
color: #19035C;
}
</style>
background-color css
<style>
a { background-color: #19035C; }
a { background-color: rgb(25,3,92); }
div.DivClassName
{
background-color: #19035C;
}
.BgClassName
{
background-color: #19035C;
}
</style>
border-color css
<style>
span { border-color: #19035C; }
span { border-color: rgb(25,3,92); }
td.TdClassName
{
border-color: #19035C;
}
.TagClassName
{
border-color: #19035C;
}
</style>