Shades of Ultramarine #152294
Tints of Ultramarine #152294
RGB
CMYK
RGB Variations
Color information
#152294 (or 0x152294) is known color: Ultramarine. HEX triplet: 15, 22 and 94. RGB value is (21,34,148). Sum of RGB (Red+Green+Blue) = 21+34+148=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 148 (58.20% from 255 or 72.91% from 203); Max value from RGB is 148 - color contains mainly: blue. Hex color #152294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152294 is #EADD6B. Grayscale: #2A2A2A. Windows color (decimal): -15392108 or 9708053. OLE color: 9708053.
HSL color Cylindrical-coordinate representation of color #152294: hue angle of 233.86º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152294 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 34 | 148 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.42 |
| HSL | 233.86º | 0.75% | 0.33% | - |
| HSV(B) | 233.86º | 0.86% | 0.58% | - |
| XYZ | 6.23 | 3.44 | 28.35 | - |
| YUV | 43.11 | 187.19 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 148 | 0.86 | 0.77 | 0 | 0.42 | 233.86 | 0.75 | 0.33 |
| Hex | 15 | 22 | 94 | 56 | 4D | 0 | 2A | EA | 4B | 21 |
| Octal | 25 | 42 | 224 | 126 | 115 | 0 | 52 | 352 | 113 | 41 |
| Binary | 10101 | 100010 | 10010100 | 1010110 | 1001101 | 0 | 101010 | 11101010 | 1001011 | 100001 |
Color Harmonies of #152294
Complementary color
Monochromatic Colors of #152294
Black with #152294
Text Example
Text Example
White with #152294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152294; }
p { color: rgb(21,34,148); }
H1.HeaderClassName
{
color: #152294;
}
.AnyTagClassName
{
color: #152294;
}
</style>
background-color css
<style>
a { background-color: #152294; }
a { background-color: rgb(21,34,148); }
div.DivClassName
{
background-color: #152294;
}
.BgClassName
{
background-color: #152294;
}
</style>
border-color css
<style>
span { border-color: #152294; }
span { border-color: rgb(21,34,148); }
td.TdClassName
{
border-color: #152294;
}
.TagClassName
{
border-color: #152294;
}
</style>