Shades of Midnight Blue #181265
Tints of Midnight Blue #181265
RGB
CMYK
RGB Variations
Color information
#181265 (or 0x181265) is known color: Midnight Blue. HEX triplet: 18, 12 and 65. RGB value is (24,18,101). Sum of RGB (Red+Green+Blue) = 24+18+101=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 101 (39.84% from 255 or 70.63% from 143); Max value from RGB is 101 - color contains mainly: blue. Hex color #181265 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181265 is #E7ED9A. Grayscale: #1C1C1C. Windows color (decimal): -15199643 or 6623768. OLE color: 6623768.
HSL color Cylindrical-coordinate representation of color #181265: hue angle of 244.34º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #181265 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 18 | 101 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.60 |
| HSL | 244.34º | 0.7% | 0.23% | - |
| HSV(B) | 244.34º | 0.82% | 0.4% | - |
| XYZ | 2.94 | 1.57 | 12.46 | - |
| YUV | 29.26 | 168.49 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 18 | 101 | 0.76 | 0.82 | 0 | 0.60 | 244.34 | 0.7 | 0.23 |
| Hex | 18 | 12 | 65 | 4C | 52 | 0 | 3C | F4 | 46 | 17 |
| Octal | 30 | 22 | 145 | 114 | 122 | 0 | 74 | 364 | 106 | 27 |
| Binary | 11000 | 10010 | 1100101 | 1001100 | 1010010 | 0 | 111100 | 11110100 | 1000110 | 10111 |
Color Harmonies of #181265
Complementary color
Monochromatic Colors of #181265
Black with #181265
Text Example
Text Example
White with #181265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181265; }
p { color: rgb(24,18,101); }
H1.HeaderClassName
{
color: #181265;
}
.AnyTagClassName
{
color: #181265;
}
</style>
background-color css
<style>
a { background-color: #181265; }
a { background-color: rgb(24,18,101); }
div.DivClassName
{
background-color: #181265;
}
.BgClassName
{
background-color: #181265;
}
</style>
border-color css
<style>
span { border-color: #181265; }
span { border-color: rgb(24,18,101); }
td.TdClassName
{
border-color: #181265;
}
.TagClassName
{
border-color: #181265;
}
</style>