Shades of Midnight Blue #192269
Tints of Midnight Blue #192269
RGB
CMYK
RGB Variations
Color information
#192269 (or 0x192269) is known color: Midnight Blue. HEX triplet: 19, 22 and 69. RGB value is (25,34,105). Sum of RGB (Red+Green+Blue) = 25+34+105=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 105 (41.41% from 255 or 64.02% from 164); Max value from RGB is 105 - color contains mainly: blue. Hex color #192269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192269 is #E6DD96. Grayscale: #272727. Windows color (decimal): -15130007 or 6890009. OLE color: 6890009.
HSL color Cylindrical-coordinate representation of color #192269: hue angle of 233.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #192269 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 34 | 105 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.59 |
| HSL | 233.25º | 0.62% | 0.25% | - |
| HSV(B) | 233.25º | 0.76% | 0.41% | - |
| XYZ | 3.52 | 2.37 | 13.64 | - |
| YUV | 39.4 | 165.02 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 105 | 0.76 | 0.68 | 0 | 0.59 | 233.25 | 0.62 | 0.25 |
| Hex | 19 | 22 | 69 | 4C | 44 | 0 | 3B | E9 | 3E | 19 |
| Octal | 31 | 42 | 151 | 114 | 104 | 0 | 73 | 351 | 76 | 31 |
| Binary | 11001 | 100010 | 1101001 | 1001100 | 1000100 | 0 | 111011 | 11101001 | 111110 | 11001 |
Color Harmonies of #192269
Complementary color
Monochromatic Colors of #192269
Black with #192269
Text Example
Text Example
White with #192269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192269; }
p { color: rgb(25,34,105); }
H1.HeaderClassName
{
color: #192269;
}
.AnyTagClassName
{
color: #192269;
}
</style>
background-color css
<style>
a { background-color: #192269; }
a { background-color: rgb(25,34,105); }
div.DivClassName
{
background-color: #192269;
}
.BgClassName
{
background-color: #192269;
}
</style>
border-color css
<style>
span { border-color: #192269; }
span { border-color: rgb(25,34,105); }
td.TdClassName
{
border-color: #192269;
}
.TagClassName
{
border-color: #192269;
}
</style>