Shades of Midnight Blue #12035B
Tints of Midnight Blue #12035B
RGB
CMYK
RGB Variations
Color information
#12035B (or 0x12035B) is known color: Midnight Blue. HEX triplet: 12, 03 and 5B. RGB value is (18,3,91). Sum of RGB (Red+Green+Blue) = 18+3+91=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 91 (35.94% from 255 or 81.25% from 112); Max value from RGB is 91 - color contains mainly: blue. Hex color #12035B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12035B is #EDFCA4. Grayscale: #111111. Windows color (decimal): -15596709 or 5964562. OLE color: 5964562.
HSL color Cylindrical-coordinate representation of color #12035B: hue angle of 250.23º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12035B is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 3 | 91 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.64 |
| HSL | 250.23º | 0.94% | 0.18% | - |
| HSV(B) | 250.23º | 0.97% | 0.36% | - |
| XYZ | 2.17 | 0.95 | 9.97 | - |
| YUV | 17.52 | 169.47 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 91 | 0.80 | 0.97 | 0 | 0.64 | 250.23 | 0.94 | 0.18 |
| Hex | 12 | 3 | 5B | 50 | 61 | 0 | 40 | FA | 5E | 12 |
| Octal | 22 | 3 | 133 | 120 | 141 | 0 | 100 | 372 | 136 | 22 |
| Binary | 10010 | 11 | 1011011 | 1010000 | 1100001 | 0 | 1000000 | 11111010 | 1011110 | 10010 |
Color Harmonies of #12035B
Complementary color
Monochromatic Colors of #12035B
Black with #12035B
Text Example
Text Example
White with #12035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12035B; }
p { color: rgb(18,3,91); }
H1.HeaderClassName
{
color: #12035B;
}
.AnyTagClassName
{
color: #12035B;
}
</style>
background-color css
<style>
a { background-color: #12035B; }
a { background-color: rgb(18,3,91); }
div.DivClassName
{
background-color: #12035B;
}
.BgClassName
{
background-color: #12035B;
}
</style>
border-color css
<style>
span { border-color: #12035B; }
span { border-color: rgb(18,3,91); }
td.TdClassName
{
border-color: #12035B;
}
.TagClassName
{
border-color: #12035B;
}
</style>