Shades of Midnight #10284B
Tints of Midnight #10284B
RGB
CMYK
RGB Variations
Color information
#10284B (or 0x10284B) is known color: Midnight. HEX triplet: 10, 28 and 4B. RGB value is (16,40,75). Sum of RGB (Red+Green+Blue) = 16+40+75=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 75 (29.69% from 255 or 57.25% from 131); Max value from RGB is 75 - color contains mainly: blue. Hex color #10284B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10284B is #EFD7B4. Grayscale: #242424. Windows color (decimal): -15718325 or 4925456. OLE color: 4925456.
HSL color Cylindrical-coordinate representation of color #10284B: hue angle of 215.59º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10284B is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 40 | 75 | - |
| CMYK | 0.79 | 0.47 | 0 | 0.71 |
| HSL | 215.59º | 0.65% | 0.18% | - |
| HSV(B) | 215.59º | 0.79% | 0.29% | - |
| XYZ | 2.24 | 2.14 | 6.95 | - |
| YUV | 36.81 | 149.55 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 40 | 75 | 0.79 | 0.47 | 0 | 0.71 | 215.59 | 0.65 | 0.18 |
| Hex | 10 | 28 | 4B | 4F | 2F | 0 | 47 | D8 | 41 | 12 |
| Octal | 20 | 50 | 113 | 117 | 57 | 0 | 107 | 330 | 101 | 22 |
| Binary | 10000 | 101000 | 1001011 | 1001111 | 101111 | 0 | 1000111 | 11011000 | 1000001 | 10010 |
Color Harmonies of #10284B
Complementary color
Monochromatic Colors of #10284B
Black with #10284B
Text Example
Text Example
White with #10284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10284B; }
p { color: rgb(16,40,75); }
H1.HeaderClassName
{
color: #10284B;
}
.AnyTagClassName
{
color: #10284B;
}
</style>
background-color css
<style>
a { background-color: #10284B; }
a { background-color: rgb(16,40,75); }
div.DivClassName
{
background-color: #10284B;
}
.BgClassName
{
background-color: #10284B;
}
</style>
border-color css
<style>
span { border-color: #10284B; }
span { border-color: rgb(16,40,75); }
td.TdClassName
{
border-color: #10284B;
}
.TagClassName
{
border-color: #10284B;
}
</style>