Shades of Midnight Blue #192D83
Tints of Midnight Blue #192D83
RGB
CMYK
RGB Variations
Color information
#192D83 (or 0x192D83) is known color: Midnight Blue. HEX triplet: 19, 2D and 83. RGB value is (25,45,131). Sum of RGB (Red+Green+Blue) = 25+45+131=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 131 (51.56% from 255 or 65.17% from 201); Max value from RGB is 131 - color contains mainly: blue. Hex color #192D83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192D83 is #E6D27C. Grayscale: #303030. Windows color (decimal): -15127165 or 8596761. OLE color: 8596761.
HSL color Cylindrical-coordinate representation of color #192D83: hue angle of 228.68º 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 #192D83 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 45 | 131 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.49 |
| HSL | 228.68º | 0.68% | 0.31% | - |
| HSV(B) | 228.68º | 0.81% | 0.51% | - |
| XYZ | 5.44 | 3.72 | 21.9 | - |
| YUV | 48.82 | 174.37 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 131 | 0.81 | 0.66 | 0 | 0.49 | 228.68 | 0.68 | 0.31 |
| Hex | 19 | 2D | 83 | 51 | 42 | 0 | 31 | E5 | 44 | 1F |
| Octal | 31 | 55 | 203 | 121 | 102 | 0 | 61 | 345 | 104 | 37 |
| Binary | 11001 | 101101 | 10000011 | 1010001 | 1000010 | 0 | 110001 | 11100101 | 1000100 | 11111 |
Color Harmonies of #192D83
Complementary color
Monochromatic Colors of #192D83
Black with #192D83
Text Example
Text Example
White with #192D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192D83; }
p { color: rgb(25,45,131); }
H1.HeaderClassName
{
color: #192D83;
}
.AnyTagClassName
{
color: #192D83;
}
</style>
background-color css
<style>
a { background-color: #192D83; }
a { background-color: rgb(25,45,131); }
div.DivClassName
{
background-color: #192D83;
}
.BgClassName
{
background-color: #192D83;
}
</style>
border-color css
<style>
span { border-color: #192D83; }
span { border-color: rgb(25,45,131); }
td.TdClassName
{
border-color: #192D83;
}
.TagClassName
{
border-color: #192D83;
}
</style>