Shades of Midnight Blue #1C125F
Tints of Midnight Blue #1C125F
RGB
CMYK
RGB Variations
Color information
#1C125F (or 0x1C125F) is known color: Midnight Blue. HEX triplet: 1C, 12 and 5F. RGB value is (28,18,95). Sum of RGB (Red+Green+Blue) = 28+18+95=141 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.86% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 95 (37.5% from 255 or 67.38% from 141); Max value from RGB is 95 - color contains mainly: blue. Hex color #1C125F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C125F is #E3EDA0. Grayscale: #1D1D1D. Windows color (decimal): -14937505 or 6230556. OLE color: 6230556.
HSL color Cylindrical-coordinate representation of color #1C125F: hue angle of 247.79º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C125F is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 28 | 18 | 95 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.63 |
| HSL | 247.79º | 0.68% | 0.22% | - |
| HSV(B) | 247.79º | 0.81% | 0.37% | - |
| XYZ | 2.76 | 1.51 | 10.97 | - |
| YUV | 29.77 | 164.81 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 18 | 95 | 0.71 | 0.81 | 0 | 0.63 | 247.79 | 0.68 | 0.22 |
| Hex | 1C | 12 | 5F | 47 | 51 | 0 | 3F | F8 | 44 | 16 |
| Octal | 34 | 22 | 137 | 107 | 121 | 0 | 77 | 370 | 104 | 26 |
| Binary | 11100 | 10010 | 1011111 | 1000111 | 1010001 | 0 | 111111 | 11111000 | 1000100 | 10110 |
Color Harmonies of #1C125F
Complementary color
Monochromatic Colors of #1C125F
Black with #1C125F
Text Example
Text Example
White with #1C125F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C125F; }
p { color: rgb(28,18,95); }
H1.HeaderClassName
{
color: #1C125F;
}
.AnyTagClassName
{
color: #1C125F;
}
</style>
background-color css
<style>
a { background-color: #1C125F; }
a { background-color: rgb(28,18,95); }
div.DivClassName
{
background-color: #1C125F;
}
.BgClassName
{
background-color: #1C125F;
}
</style>
border-color css
<style>
span { border-color: #1C125F; }
span { border-color: rgb(28,18,95); }
td.TdClassName
{
border-color: #1C125F;
}
.TagClassName
{
border-color: #1C125F;
}
</style>