Shades of Ultramarine #151C99
Tints of Ultramarine #151C99
RGB
CMYK
RGB Variations
Color information
#151C99 (or 0x151C99) is known color: Ultramarine. HEX triplet: 15, 1C and 99. RGB value is (21,28,153). Sum of RGB (Red+Green+Blue) = 21+28+153=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 153 (60.16% from 255 or 75.74% from 202); Max value from RGB is 153 - color contains mainly: blue. Hex color #151C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151C99 is #EAE366. Grayscale: #272727. Windows color (decimal): -15393639 or 10034197. OLE color: 10034197.
HSL color Cylindrical-coordinate representation of color #151C99: hue angle of 236.82º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #151C99 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 21 | 28 | 153 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.4 |
| HSL | 236.82º | 0.76% | 0.34% | - |
| HSV(B) | 236.82º | 0.86% | 0.6% | - |
| XYZ | 6.47 | 3.29 | 30.43 | - |
| YUV | 40.16 | 191.68 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 153 | 0.86 | 0.82 | 0 | 0.4 | 236.82 | 0.76 | 0.34 |
| Hex | 15 | 1C | 99 | 56 | 52 | 0 | 28 | ED | 4C | 22 |
| Octal | 25 | 34 | 231 | 126 | 122 | 0 | 50 | 355 | 114 | 42 |
| Binary | 10101 | 11100 | 10011001 | 1010110 | 1010010 | 0 | 101000 | 11101101 | 1001100 | 100010 |
Color Harmonies of #151C99
Complementary color
Monochromatic Colors of #151C99
Black with #151C99
Text Example
Text Example
White with #151C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C99; }
p { color: rgb(21,28,153); }
H1.HeaderClassName
{
color: #151C99;
}
.AnyTagClassName
{
color: #151C99;
}
</style>
background-color css
<style>
a { background-color: #151C99; }
a { background-color: rgb(21,28,153); }
div.DivClassName
{
background-color: #151C99;
}
.BgClassName
{
background-color: #151C99;
}
</style>
border-color css
<style>
span { border-color: #151C99; }
span { border-color: rgb(21,28,153); }
td.TdClassName
{
border-color: #151C99;
}
.TagClassName
{
border-color: #151C99;
}
</style>