Shades of Ultramarine #15199C
Tints of Ultramarine #15199C
RGB
CMYK
RGB Variations
Color information
#15199C (or 0x15199C) is known color: Ultramarine. HEX triplet: 15, 19 and 9C. RGB value is (21,25,156). Sum of RGB (Red+Green+Blue) = 21+25+156=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 156 (61.33% from 255 or 77.23% from 202); Max value from RGB is 156 - color contains mainly: blue. Hex color #15199C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15199C is #EAE663. Grayscale: #262626. Windows color (decimal): -15394404 or 10230037. OLE color: 10230037.
HSL color Cylindrical-coordinate representation of color #15199C: hue angle of 238.22º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15199C is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 25 | 156 | - |
| CMYK | 0.87 | 0.84 | 0 | 0.39 |
| HSL | 238.22º | 0.76% | 0.35% | - |
| HSV(B) | 238.22º | 0.87% | 0.61% | - |
| XYZ | 6.66 | 3.25 | 31.73 | - |
| YUV | 38.74 | 194.17 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 25 | 156 | 0.87 | 0.84 | 0 | 0.39 | 238.22 | 0.76 | 0.35 |
| Hex | 15 | 19 | 9C | 57 | 54 | 0 | 27 | EE | 4C | 23 |
| Octal | 25 | 31 | 234 | 127 | 124 | 0 | 47 | 356 | 114 | 43 |
| Binary | 10101 | 11001 | 10011100 | 1010111 | 1010100 | 0 | 100111 | 11101110 | 1001100 | 100011 |
Color Harmonies of #15199C
Complementary color
Monochromatic Colors of #15199C
Black with #15199C
Text Example
Text Example
White with #15199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15199C; }
p { color: rgb(21,25,156); }
H1.HeaderClassName
{
color: #15199C;
}
.AnyTagClassName
{
color: #15199C;
}
</style>
background-color css
<style>
a { background-color: #15199C; }
a { background-color: rgb(21,25,156); }
div.DivClassName
{
background-color: #15199C;
}
.BgClassName
{
background-color: #15199C;
}
</style>
border-color css
<style>
span { border-color: #15199C; }
span { border-color: rgb(21,25,156); }
td.TdClassName
{
border-color: #15199C;
}
.TagClassName
{
border-color: #15199C;
}
</style>