Shades of Ultramarine #152194
Tints of Ultramarine #152194
RGB
CMYK
RGB Variations
Color information
#152194 (or 0x152194) is known color: Ultramarine. HEX triplet: 15, 21 and 94. RGB value is (21,33,148). Sum of RGB (Red+Green+Blue) = 21+33+148=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 148 (58.20% from 255 or 73.27% from 202); Max value from RGB is 148 - color contains mainly: blue. Hex color #152194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152194 is #EADE6B. Grayscale: #2A2A2A. Windows color (decimal): -15392364 or 9707797. OLE color: 9707797.
HSL color Cylindrical-coordinate representation of color #152194: hue angle of 234.33º 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 #152194 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 33 | 148 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.42 |
| HSL | 234.33º | 0.75% | 0.33% | - |
| HSV(B) | 234.33º | 0.86% | 0.58% | - |
| XYZ | 6.2 | 3.39 | 28.34 | - |
| YUV | 42.52 | 187.52 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 148 | 0.86 | 0.78 | 0 | 0.42 | 234.33 | 0.75 | 0.33 |
| Hex | 15 | 21 | 94 | 56 | 4E | 0 | 2A | EA | 4B | 21 |
| Octal | 25 | 41 | 224 | 126 | 116 | 0 | 52 | 352 | 113 | 41 |
| Binary | 10101 | 100001 | 10010100 | 1010110 | 1001110 | 0 | 101010 | 11101010 | 1001011 | 100001 |
Color Harmonies of #152194
Complementary color
Monochromatic Colors of #152194
Black with #152194
Text Example
Text Example
White with #152194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152194; }
p { color: rgb(21,33,148); }
H1.HeaderClassName
{
color: #152194;
}
.AnyTagClassName
{
color: #152194;
}
</style>
background-color css
<style>
a { background-color: #152194; }
a { background-color: rgb(21,33,148); }
div.DivClassName
{
background-color: #152194;
}
.BgClassName
{
background-color: #152194;
}
</style>
border-color css
<style>
span { border-color: #152194; }
span { border-color: rgb(21,33,148); }
td.TdClassName
{
border-color: #152194;
}
.TagClassName
{
border-color: #152194;
}
</style>