Shades of Midnight Blue #192B81
Tints of Midnight Blue #192B81
RGB
CMYK
RGB Variations
Color information
#192B81 (or 0x192B81) is known color: Midnight Blue. HEX triplet: 19, 2B and 81. RGB value is (25,43,129). Sum of RGB (Red+Green+Blue) = 25+43+129=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 129 (50.78% from 255 or 65.48% from 197); Max value from RGB is 129 - color contains mainly: blue. Hex color #192B81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192B81 is #E6D47E. Grayscale: #2F2F2F. Windows color (decimal): -15127679 or 8465177. OLE color: 8465177.
HSL color Cylindrical-coordinate representation of color #192B81: hue angle of 229.62º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #192B81 is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 43 | 129 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.49 |
| HSL | 229.62º | 0.68% | 0.3% | - |
| HSV(B) | 229.62º | 0.81% | 0.51% | - |
| XYZ | 5.23 | 3.52 | 21.17 | - |
| YUV | 47.42 | 174.04 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 129 | 0.81 | 0.67 | 0 | 0.49 | 229.62 | 0.68 | 0.3 |
| Hex | 19 | 2B | 81 | 51 | 43 | 0 | 31 | E6 | 44 | 1E |
| Octal | 31 | 53 | 201 | 121 | 103 | 0 | 61 | 346 | 104 | 36 |
| Binary | 11001 | 101011 | 10000001 | 1010001 | 1000011 | 0 | 110001 | 11100110 | 1000100 | 11110 |
Color Harmonies of #192B81
Complementary color
Monochromatic Colors of #192B81
Black with #192B81
Text Example
Text Example
White with #192B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B81; }
p { color: rgb(25,43,129); }
H1.HeaderClassName
{
color: #192B81;
}
.AnyTagClassName
{
color: #192B81;
}
</style>
background-color css
<style>
a { background-color: #192B81; }
a { background-color: rgb(25,43,129); }
div.DivClassName
{
background-color: #192B81;
}
.BgClassName
{
background-color: #192B81;
}
</style>
border-color css
<style>
span { border-color: #192B81; }
span { border-color: rgb(25,43,129); }
td.TdClassName
{
border-color: #192B81;
}
.TagClassName
{
border-color: #192B81;
}
</style>