Shades of Midnight Blue #10197F
Tints of Midnight Blue #10197F
RGB
CMYK
RGB Variations
Color information
#10197F (or 0x10197F) is known color: Midnight Blue. HEX triplet: 10, 19 and 7F. RGB value is (16,25,127). Sum of RGB (Red+Green+Blue) = 16+25+127=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 127 (50% from 255 or 75.60% from 168); Max value from RGB is 127 - color contains mainly: blue. Hex color #10197F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10197F is #EFE680. Grayscale: #212121. Windows color (decimal): -15722113 or 8329488. OLE color: 8329488.
HSL color Cylindrical-coordinate representation of color #10197F: hue angle of 235.14º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10197F is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 25 | 127 | - |
| CMYK | 0.87 | 0.80 | 0 | 0.50 |
| HSL | 235.14º | 0.78% | 0.28% | - |
| HSV(B) | 235.14º | 0.87% | 0.5% | - |
| XYZ | 4.39 | 2.34 | 20.3 | - |
| YUV | 33.94 | 180.52 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 127 | 0.87 | 0.80 | 0 | 0.50 | 235.14 | 0.78 | 0.28 |
| Hex | 10 | 19 | 7F | 57 | 50 | 0 | 32 | EB | 4E | 1C |
| Octal | 20 | 31 | 177 | 127 | 120 | 0 | 62 | 353 | 116 | 34 |
| Binary | 10000 | 11001 | 1111111 | 1010111 | 1010000 | 0 | 110010 | 11101011 | 1001110 | 11100 |
Color Harmonies of #10197F
Complementary color
Monochromatic Colors of #10197F
Black with #10197F
Text Example
Text Example
White with #10197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10197F; }
p { color: rgb(16,25,127); }
H1.HeaderClassName
{
color: #10197F;
}
.AnyTagClassName
{
color: #10197F;
}
</style>
background-color css
<style>
a { background-color: #10197F; }
a { background-color: rgb(16,25,127); }
div.DivClassName
{
background-color: #10197F;
}
.BgClassName
{
background-color: #10197F;
}
</style>
border-color css
<style>
span { border-color: #10197F; }
span { border-color: rgb(16,25,127); }
td.TdClassName
{
border-color: #10197F;
}
.TagClassName
{
border-color: #10197F;
}
</style>