Shades of Midnight #10274B
Tints of Midnight #10274B
RGB
CMYK
RGB Variations
Color information
#10274B (or 0x10274B) is known color: Midnight. HEX triplet: 10, 27 and 4B. RGB value is (16,39,75). Sum of RGB (Red+Green+Blue) = 16+39+75=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #10274B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10274B is #EFD8B4. Grayscale: #242424. Windows color (decimal): -15718581 or 4925200. OLE color: 4925200.
HSL color Cylindrical-coordinate representation of color #10274B: hue angle of 216.61º 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 #10274B is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 39 | 75 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.71 |
| HSL | 216.61º | 0.65% | 0.18% | - |
| HSV(B) | 216.61º | 0.79% | 0.29% | - |
| XYZ | 2.21 | 2.07 | 6.94 | - |
| YUV | 36.23 | 149.88 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 75 | 0.79 | 0.48 | 0 | 0.71 | 216.61 | 0.65 | 0.18 |
| Hex | 10 | 27 | 4B | 4F | 30 | 0 | 47 | D9 | 41 | 12 |
| Octal | 20 | 47 | 113 | 117 | 60 | 0 | 107 | 331 | 101 | 22 |
| Binary | 10000 | 100111 | 1001011 | 1001111 | 110000 | 0 | 1000111 | 11011001 | 1000001 | 10010 |
Color Harmonies of #10274B
Complementary color
Monochromatic Colors of #10274B
Black with #10274B
Text Example
Text Example
White with #10274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10274B; }
p { color: rgb(16,39,75); }
H1.HeaderClassName
{
color: #10274B;
}
.AnyTagClassName
{
color: #10274B;
}
</style>
background-color css
<style>
a { background-color: #10274B; }
a { background-color: rgb(16,39,75); }
div.DivClassName
{
background-color: #10274B;
}
.BgClassName
{
background-color: #10274B;
}
</style>
border-color css
<style>
span { border-color: #10274B; }
span { border-color: rgb(16,39,75); }
td.TdClassName
{
border-color: #10274B;
}
.TagClassName
{
border-color: #10274B;
}
</style>