Shades of Midnight Blue #10025A
Tints of Midnight Blue #10025A
RGB
CMYK
RGB Variations
Color information
#10025A (or 0x10025A) is known color: Midnight Blue. HEX triplet: 10, 02 and 5A. RGB value is (16,2,90). Sum of RGB (Red+Green+Blue) = 16+2+90=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 90 (35.55% from 255 or 83.33% from 108); Max value from RGB is 90 - color contains mainly: blue. Hex color #10025A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10025A is #EFFDA5. Grayscale: #0F0F0F. Windows color (decimal): -15728038 or 5898768. OLE color: 5898768.
HSL color Cylindrical-coordinate representation of color #10025A: hue angle of 249.55º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10025A is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 2 | 90 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.65 |
| HSL | 249.55º | 0.96% | 0.18% | - |
| HSV(B) | 249.55º | 0.98% | 0.35% | - |
| XYZ | 2.08 | 0.89 | 9.74 | - |
| YUV | 16.22 | 169.64 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 90 | 0.82 | 0.98 | 0 | 0.65 | 249.55 | 0.96 | 0.18 |
| Hex | 10 | 2 | 5A | 52 | 62 | 0 | 41 | FA | 60 | 12 |
| Octal | 20 | 2 | 132 | 122 | 142 | 0 | 101 | 372 | 140 | 22 |
| Binary | 10000 | 10 | 1011010 | 1010010 | 1100010 | 0 | 1000001 | 11111010 | 1100000 | 10010 |
Color Harmonies of #10025A
Complementary color
Monochromatic Colors of #10025A
Black with #10025A
Text Example
Text Example
White with #10025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10025A; }
p { color: rgb(16,2,90); }
H1.HeaderClassName
{
color: #10025A;
}
.AnyTagClassName
{
color: #10025A;
}
</style>
background-color css
<style>
a { background-color: #10025A; }
a { background-color: rgb(16,2,90); }
div.DivClassName
{
background-color: #10025A;
}
.BgClassName
{
background-color: #10025A;
}
</style>
border-color css
<style>
span { border-color: #10025A; }
span { border-color: rgb(16,2,90); }
td.TdClassName
{
border-color: #10025A;
}
.TagClassName
{
border-color: #10025A;
}
</style>