Shades of Midnight #10254A
Tints of Midnight #10254A
RGB
CMYK
RGB Variations
Color information
#10254A (or 0x10254A) is known color: Midnight. HEX triplet: 10, 25 and 4A. RGB value is (16,37,74). Sum of RGB (Red+Green+Blue) = 16+37+74=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 74 (29.30% from 255 or 58.27% from 127); Max value from RGB is 74 - color contains mainly: blue. Hex color #10254A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10254A is #EFDAB5. Grayscale: #222222. Windows color (decimal): -15719094 or 4859152. OLE color: 4859152.
HSL color Cylindrical-coordinate representation of color #10254A: hue angle of 218.28º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10254A is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 37 | 74 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.71 |
| HSL | 218.28º | 0.64% | 0.18% | - |
| HSV(B) | 218.28º | 0.78% | 0.29% | - |
| XYZ | 2.11 | 1.93 | 6.74 | - |
| YUV | 34.94 | 150.04 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 74 | 0.78 | 0.50 | 0 | 0.71 | 218.28 | 0.64 | 0.18 |
| Hex | 10 | 25 | 4A | 4E | 32 | 0 | 47 | DA | 40 | 12 |
| Octal | 20 | 45 | 112 | 116 | 62 | 0 | 107 | 332 | 100 | 22 |
| Binary | 10000 | 100101 | 1001010 | 1001110 | 110010 | 0 | 1000111 | 11011010 | 1000000 | 10010 |
Color Harmonies of #10254A
Complementary color
Monochromatic Colors of #10254A
Black with #10254A
Text Example
Text Example
White with #10254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10254A; }
p { color: rgb(16,37,74); }
H1.HeaderClassName
{
color: #10254A;
}
.AnyTagClassName
{
color: #10254A;
}
</style>
background-color css
<style>
a { background-color: #10254A; }
a { background-color: rgb(16,37,74); }
div.DivClassName
{
background-color: #10254A;
}
.BgClassName
{
background-color: #10254A;
}
</style>
border-color css
<style>
span { border-color: #10254A; }
span { border-color: rgb(16,37,74); }
td.TdClassName
{
border-color: #10254A;
}
.TagClassName
{
border-color: #10254A;
}
</style>