Shades of Midnight Blue #192B83
Tints of Midnight Blue #192B83
RGB
CMYK
RGB Variations
Color information
#192B83 (or 0x192B83) is known color: Midnight Blue. HEX triplet: 19, 2B and 83. RGB value is (25,43,131). Sum of RGB (Red+Green+Blue) = 25+43+131=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 131 (51.56% from 255 or 65.83% from 199); Max value from RGB is 131 - color contains mainly: blue. Hex color #192B83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192B83 is #E6D47C. Grayscale: #2F2F2F. Windows color (decimal): -15127677 or 8596249. OLE color: 8596249.
HSL color Cylindrical-coordinate representation of color #192B83: hue angle of 229.81º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #192B83 is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 43 | 131 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.49 |
| HSL | 229.81º | 0.68% | 0.31% | - |
| HSV(B) | 229.81º | 0.81% | 0.51% | - |
| XYZ | 5.36 | 3.57 | 21.88 | - |
| YUV | 47.65 | 175.04 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 131 | 0.81 | 0.67 | 0 | 0.49 | 229.81 | 0.68 | 0.31 |
| Hex | 19 | 2B | 83 | 51 | 43 | 0 | 31 | E6 | 44 | 1F |
| Octal | 31 | 53 | 203 | 121 | 103 | 0 | 61 | 346 | 104 | 37 |
| Binary | 11001 | 101011 | 10000011 | 1010001 | 1000011 | 0 | 110001 | 11100110 | 1000100 | 11111 |
Color Harmonies of #192B83
Complementary color
Monochromatic Colors of #192B83
Black with #192B83
Text Example
Text Example
White with #192B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B83; }
p { color: rgb(25,43,131); }
H1.HeaderClassName
{
color: #192B83;
}
.AnyTagClassName
{
color: #192B83;
}
</style>
background-color css
<style>
a { background-color: #192B83; }
a { background-color: rgb(25,43,131); }
div.DivClassName
{
background-color: #192B83;
}
.BgClassName
{
background-color: #192B83;
}
</style>
border-color css
<style>
span { border-color: #192B83; }
span { border-color: rgb(25,43,131); }
td.TdClassName
{
border-color: #192B83;
}
.TagClassName
{
border-color: #192B83;
}
</style>