Shades of Midnight Blue #10045A
Tints of Midnight Blue #10045A
RGB
CMYK
RGB Variations
Color information
#10045A (or 0x10045A) is known color: Midnight Blue. HEX triplet: 10, 04 and 5A. RGB value is (16,4,90). Sum of RGB (Red+Green+Blue) = 16+4+90=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 90 (35.55% from 255 or 81.82% from 110); Max value from RGB is 90 - color contains mainly: blue. Hex color #10045A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10045A is #EFFBA5. Grayscale: #111111. Windows color (decimal): -15727526 or 5899280. OLE color: 5899280.
HSL color Cylindrical-coordinate representation of color #10045A: hue angle of 248.37º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10045A is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 4 | 90 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.65 |
| HSL | 248.37º | 0.91% | 0.18% | - |
| HSV(B) | 248.37º | 0.96% | 0.35% | - |
| XYZ | 2.1 | 0.94 | 9.74 | - |
| YUV | 17.39 | 168.98 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 4 | 90 | 0.82 | 0.96 | 0 | 0.65 | 248.37 | 0.91 | 0.18 |
| Hex | 10 | 4 | 5A | 52 | 60 | 0 | 41 | F8 | 5B | 12 |
| Octal | 20 | 4 | 132 | 122 | 140 | 0 | 101 | 370 | 133 | 22 |
| Binary | 10000 | 100 | 1011010 | 1010010 | 1100000 | 0 | 1000001 | 11111000 | 1011011 | 10010 |
Color Harmonies of #10045A
Complementary color
Monochromatic Colors of #10045A
Black with #10045A
Text Example
Text Example
White with #10045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10045A; }
p { color: rgb(16,4,90); }
H1.HeaderClassName
{
color: #10045A;
}
.AnyTagClassName
{
color: #10045A;
}
</style>
background-color css
<style>
a { background-color: #10045A; }
a { background-color: rgb(16,4,90); }
div.DivClassName
{
background-color: #10045A;
}
.BgClassName
{
background-color: #10045A;
}
</style>
border-color css
<style>
span { border-color: #10045A; }
span { border-color: rgb(16,4,90); }
td.TdClassName
{
border-color: #10045A;
}
.TagClassName
{
border-color: #10045A;
}
</style>