Shades of Midnight Blue #150274
Tints of Midnight Blue #150274
RGB
CMYK
RGB Variations
Color information
#150274 (or 0x150274) is known color: Midnight Blue. HEX triplet: 15, 02 and 74. RGB value is (21,2,116). Sum of RGB (Red+Green+Blue) = 21+2+116=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 116 (45.70% from 255 or 83.45% from 139); Max value from RGB is 116 - color contains mainly: blue. Hex color #150274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150274 is #EAFD8B. Grayscale: #141414. Windows color (decimal): -15400332 or 7602709. OLE color: 7602709.
HSL color Cylindrical-coordinate representation of color #150274: hue angle of 250º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150274 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 2 | 116 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.55 |
| HSL | 250º | 0.97% | 0.23% | - |
| HSV(B) | 250º | 0.98% | 0.45% | - |
| XYZ | 3.48 | 1.46 | 16.62 | - |
| YUV | 20.68 | 181.79 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 116 | 0.82 | 0.98 | 0 | 0.55 | 250 | 0.97 | 0.23 |
| Hex | 15 | 2 | 74 | 52 | 62 | 0 | 37 | FA | 61 | 17 |
| Octal | 25 | 2 | 164 | 122 | 142 | 0 | 67 | 372 | 141 | 27 |
| Binary | 10101 | 10 | 1110100 | 1010010 | 1100010 | 0 | 110111 | 11111010 | 1100001 | 10111 |
Color Harmonies of #150274
Complementary color
Monochromatic Colors of #150274
Black with #150274
Text Example
Text Example
White with #150274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150274; }
p { color: rgb(21,2,116); }
H1.HeaderClassName
{
color: #150274;
}
.AnyTagClassName
{
color: #150274;
}
</style>
background-color css
<style>
a { background-color: #150274; }
a { background-color: rgb(21,2,116); }
div.DivClassName
{
background-color: #150274;
}
.BgClassName
{
background-color: #150274;
}
</style>
border-color css
<style>
span { border-color: #150274; }
span { border-color: rgb(21,2,116); }
td.TdClassName
{
border-color: #150274;
}
.TagClassName
{
border-color: #150274;
}
</style>