Shades of Ultramarine #151C9A
Tints of Ultramarine #151C9A
RGB
CMYK
RGB Variations
Color information
#151C9A (or 0x151C9A) is known color: Ultramarine. HEX triplet: 15, 1C and 9A. RGB value is (21,28,154). Sum of RGB (Red+Green+Blue) = 21+28+154=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 154 (60.55% from 255 or 75.86% from 203); Max value from RGB is 154 - color contains mainly: blue. Hex color #151C9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151C9A is #EAE365. Grayscale: #272727. Windows color (decimal): -15393638 or 10099733. OLE color: 10099733.
HSL color Cylindrical-coordinate representation of color #151C9A: hue angle of 236.84º 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 #151C9A is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 28 | 154 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.40 |
| HSL | 236.84º | 0.76% | 0.34% | - |
| HSV(B) | 236.84º | 0.86% | 0.6% | - |
| XYZ | 6.56 | 3.32 | 30.87 | - |
| YUV | 40.27 | 192.18 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 154 | 0.86 | 0.82 | 0 | 0.40 | 236.84 | 0.76 | 0.34 |
| Hex | 15 | 1C | 9A | 56 | 52 | 0 | 28 | ED | 4C | 22 |
| Octal | 25 | 34 | 232 | 126 | 122 | 0 | 50 | 355 | 114 | 42 |
| Binary | 10101 | 11100 | 10011010 | 1010110 | 1010010 | 0 | 101000 | 11101101 | 1001100 | 100010 |
Color Harmonies of #151C9A
Complementary color
Monochromatic Colors of #151C9A
Black with #151C9A
Text Example
Text Example
White with #151C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C9A; }
p { color: rgb(21,28,154); }
H1.HeaderClassName
{
color: #151C9A;
}
.AnyTagClassName
{
color: #151C9A;
}
</style>
background-color css
<style>
a { background-color: #151C9A; }
a { background-color: rgb(21,28,154); }
div.DivClassName
{
background-color: #151C9A;
}
.BgClassName
{
background-color: #151C9A;
}
</style>
border-color css
<style>
span { border-color: #151C9A; }
span { border-color: rgb(21,28,154); }
td.TdClassName
{
border-color: #151C9A;
}
.TagClassName
{
border-color: #151C9A;
}
</style>