Shades of Ultramarine #151C96
Tints of Ultramarine #151C96
RGB
CMYK
RGB Variations
Color information
#151C96 (or 0x151C96) is known color: Ultramarine. HEX triplet: 15, 1C and 96. RGB value is (21,28,150). Sum of RGB (Red+Green+Blue) = 21+28+150=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 150 (58.98% from 255 or 75.38% from 199); Max value from RGB is 150 - color contains mainly: blue. Hex color #151C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151C96 is #EAE369. Grayscale: #272727. Windows color (decimal): -15393642 or 9837589. OLE color: 9837589.
HSL color Cylindrical-coordinate representation of color #151C96: hue angle of 236.74º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #151C96 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 28 | 150 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.41 |
| HSL | 236.74º | 0.75% | 0.34% | - |
| HSV(B) | 236.74º | 0.86% | 0.59% | - |
| XYZ | 6.23 | 3.19 | 29.14 | - |
| YUV | 39.82 | 190.18 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 150 | 0.86 | 0.81 | 0 | 0.41 | 236.74 | 0.75 | 0.34 |
| Hex | 15 | 1C | 96 | 56 | 51 | 0 | 29 | ED | 4B | 22 |
| Octal | 25 | 34 | 226 | 126 | 121 | 0 | 51 | 355 | 113 | 42 |
| Binary | 10101 | 11100 | 10010110 | 1010110 | 1010001 | 0 | 101001 | 11101101 | 1001011 | 100010 |
Color Harmonies of #151C96
Complementary color
Monochromatic Colors of #151C96
Black with #151C96
Text Example
Text Example
White with #151C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C96; }
p { color: rgb(21,28,150); }
H1.HeaderClassName
{
color: #151C96;
}
.AnyTagClassName
{
color: #151C96;
}
</style>
background-color css
<style>
a { background-color: #151C96; }
a { background-color: rgb(21,28,150); }
div.DivClassName
{
background-color: #151C96;
}
.BgClassName
{
background-color: #151C96;
}
</style>
border-color css
<style>
span { border-color: #151C96; }
span { border-color: rgb(21,28,150); }
td.TdClassName
{
border-color: #151C96;
}
.TagClassName
{
border-color: #151C96;
}
</style>