Shades of Midnight Blue #150F68
Tints of Midnight Blue #150F68
RGB
CMYK
RGB Variations
Color information
#150F68 (or 0x150F68) is known color: Midnight Blue. HEX triplet: 15, 0F and 68. RGB value is (21,15,104). Sum of RGB (Red+Green+Blue) = 21+15+104=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 104 (41.02% from 255 or 74.29% from 140); Max value from RGB is 104 - color contains mainly: blue. Hex color #150F68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150F68 is #EAF097. Grayscale: #1A1A1A. Windows color (decimal): -15397016 or 6819605. OLE color: 6819605.
HSL color Cylindrical-coordinate representation of color #150F68: hue angle of 244.04º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #150F68 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 15 | 104 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.59 |
| HSL | 244.04º | 0.75% | 0.23% | - |
| HSV(B) | 244.04º | 0.86% | 0.41% | - |
| XYZ | 2.98 | 1.5 | 13.23 | - |
| YUV | 26.94 | 171.49 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 104 | 0.80 | 0.86 | 0 | 0.59 | 244.04 | 0.75 | 0.23 |
| Hex | 15 | F | 68 | 50 | 56 | 0 | 3B | F4 | 4B | 17 |
| Octal | 25 | 17 | 150 | 120 | 126 | 0 | 73 | 364 | 113 | 27 |
| Binary | 10101 | 1111 | 1101000 | 1010000 | 1010110 | 0 | 111011 | 11110100 | 1001011 | 10111 |
Color Harmonies of #150F68
Complementary color
Monochromatic Colors of #150F68
Black with #150F68
Text Example
Text Example
White with #150F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F68; }
p { color: rgb(21,15,104); }
H1.HeaderClassName
{
color: #150F68;
}
.AnyTagClassName
{
color: #150F68;
}
</style>
background-color css
<style>
a { background-color: #150F68; }
a { background-color: rgb(21,15,104); }
div.DivClassName
{
background-color: #150F68;
}
.BgClassName
{
background-color: #150F68;
}
</style>
border-color css
<style>
span { border-color: #150F68; }
span { border-color: rgb(21,15,104); }
td.TdClassName
{
border-color: #150F68;
}
.TagClassName
{
border-color: #150F68;
}
</style>