Shades of Midnight Blue #10045B
Tints of Midnight Blue #10045B
RGB
CMYK
RGB Variations
Color information
#10045B (or 0x10045B) is known color: Midnight Blue. HEX triplet: 10, 04 and 5B. RGB value is (16,4,91). Sum of RGB (Red+Green+Blue) = 16+4+91=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 91 (35.94% from 255 or 81.98% from 111); Max value from RGB is 91 - color contains mainly: blue. Hex color #10045B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10045B is #EFFBA4. Grayscale: #111111. Windows color (decimal): -15727525 or 5964816. OLE color: 5964816.
HSL color Cylindrical-coordinate representation of color #10045B: hue angle of 248.28º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10045B is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 4 | 91 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.64 |
| HSL | 248.28º | 0.92% | 0.19% | - |
| HSV(B) | 248.28º | 0.96% | 0.36% | - |
| XYZ | 2.15 | 0.95 | 9.97 | - |
| YUV | 17.51 | 169.48 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 4 | 91 | 0.82 | 0.96 | 0 | 0.64 | 248.28 | 0.92 | 0.19 |
| Hex | 10 | 4 | 5B | 52 | 60 | 0 | 40 | F8 | 5C | 13 |
| Octal | 20 | 4 | 133 | 122 | 140 | 0 | 100 | 370 | 134 | 23 |
| Binary | 10000 | 100 | 1011011 | 1010010 | 1100000 | 0 | 1000000 | 11111000 | 1011100 | 10011 |
Color Harmonies of #10045B
Complementary color
Monochromatic Colors of #10045B
Black with #10045B
Text Example
Text Example
White with #10045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10045B; }
p { color: rgb(16,4,91); }
H1.HeaderClassName
{
color: #10045B;
}
.AnyTagClassName
{
color: #10045B;
}
</style>
background-color css
<style>
a { background-color: #10045B; }
a { background-color: rgb(16,4,91); }
div.DivClassName
{
background-color: #10045B;
}
.BgClassName
{
background-color: #10045B;
}
</style>
border-color css
<style>
span { border-color: #10045B; }
span { border-color: rgb(16,4,91); }
td.TdClassName
{
border-color: #10045B;
}
.TagClassName
{
border-color: #10045B;
}
</style>