Shades of Ultramarine #15228C
Tints of Ultramarine #15228C
RGB
CMYK
RGB Variations
Color information
#15228C (or 0x15228C) is known color: Ultramarine. HEX triplet: 15, 22 and 8C. RGB value is (21,34,140). Sum of RGB (Red+Green+Blue) = 21+34+140=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 140 (55.08% from 255 or 71.79% from 195); Max value from RGB is 140 - color contains mainly: blue. Hex color #15228C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15228C is #EADD73. Grayscale: #292929. Windows color (decimal): -15392116 or 9183765. OLE color: 9183765.
HSL color Cylindrical-coordinate representation of color #15228C: hue angle of 233.45º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15228C is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 34 | 140 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.45 |
| HSL | 233.45º | 0.74% | 0.32% | - |
| HSV(B) | 233.45º | 0.85% | 0.55% | - |
| XYZ | 5.61 | 3.2 | 25.13 | - |
| YUV | 42.2 | 183.19 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 140 | 0.85 | 0.76 | 0 | 0.45 | 233.45 | 0.74 | 0.32 |
| Hex | 15 | 22 | 8C | 55 | 4C | 0 | 2D | E9 | 4A | 20 |
| Octal | 25 | 42 | 214 | 125 | 114 | 0 | 55 | 351 | 112 | 40 |
| Binary | 10101 | 100010 | 10001100 | 1010101 | 1001100 | 0 | 101101 | 11101001 | 1001010 | 100000 |
Color Harmonies of #15228C
Complementary color
Monochromatic Colors of #15228C
Black with #15228C
Text Example
Text Example
White with #15228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15228C; }
p { color: rgb(21,34,140); }
H1.HeaderClassName
{
color: #15228C;
}
.AnyTagClassName
{
color: #15228C;
}
</style>
background-color css
<style>
a { background-color: #15228C; }
a { background-color: rgb(21,34,140); }
div.DivClassName
{
background-color: #15228C;
}
.BgClassName
{
background-color: #15228C;
}
</style>
border-color css
<style>
span { border-color: #15228C; }
span { border-color: rgb(21,34,140); }
td.TdClassName
{
border-color: #15228C;
}
.TagClassName
{
border-color: #15228C;
}
</style>