Shades of Midnight Blue #1C197B
Tints of Midnight Blue #1C197B
RGB
CMYK
RGB Variations
Color information
#1C197B (or 0x1C197B) is known color: Midnight Blue. HEX triplet: 1C, 19 and 7B. RGB value is (28,25,123). Sum of RGB (Red+Green+Blue) = 28+25+123=176 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.91% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 123 (48.44% from 255 or 69.89% from 176); Max value from RGB is 123 - color contains mainly: blue. Hex color #1C197B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C197B is #E3E684. Grayscale: #242424. Windows color (decimal): -14935685 or 8067356. OLE color: 8067356.
HSL color Cylindrical-coordinate representation of color #1C197B: hue angle of 241.84º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C197B is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 28 | 25 | 123 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.52 |
| HSL | 241.84º | 0.66% | 0.29% | - |
| HSV(B) | 241.84º | 0.8% | 0.48% | - |
| XYZ | 4.4 | 2.37 | 18.96 | - |
| YUV | 37.07 | 176.49 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 25 | 123 | 0.77 | 0.80 | 0 | 0.52 | 241.84 | 0.66 | 0.29 |
| Hex | 1C | 19 | 7B | 4D | 50 | 0 | 34 | F2 | 42 | 1D |
| Octal | 34 | 31 | 173 | 115 | 120 | 0 | 64 | 362 | 102 | 35 |
| Binary | 11100 | 11001 | 1111011 | 1001101 | 1010000 | 0 | 110100 | 11110010 | 1000010 | 11101 |
Color Harmonies of #1C197B
Complementary color
Monochromatic Colors of #1C197B
Black with #1C197B
Text Example
Text Example
White with #1C197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C197B; }
p { color: rgb(28,25,123); }
H1.HeaderClassName
{
color: #1C197B;
}
.AnyTagClassName
{
color: #1C197B;
}
</style>
background-color css
<style>
a { background-color: #1C197B; }
a { background-color: rgb(28,25,123); }
div.DivClassName
{
background-color: #1C197B;
}
.BgClassName
{
background-color: #1C197B;
}
</style>
border-color css
<style>
span { border-color: #1C197B; }
span { border-color: rgb(28,25,123); }
td.TdClassName
{
border-color: #1C197B;
}
.TagClassName
{
border-color: #1C197B;
}
</style>