Shades of Ultramarine #15178C
Tints of Ultramarine #15178C
RGB
CMYK
RGB Variations
Color information
#15178C (or 0x15178C) is known color: Ultramarine. HEX triplet: 15, 17 and 8C. RGB value is (21,23,140). Sum of RGB (Red+Green+Blue) = 21+23+140=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 140 (55.08% from 255 or 76.09% from 184); Max value from RGB is 140 - color contains mainly: blue. Hex color #15178C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15178C is #EAE873. Grayscale: #232323. Windows color (decimal): -15394932 or 9180949. OLE color: 9180949.
HSL color Cylindrical-coordinate representation of color #15178C: hue angle of 238.99º 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 #15178C is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 23 | 140 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.45 |
| HSL | 238.99º | 0.74% | 0.32% | - |
| HSV(B) | 238.99º | 0.85% | 0.55% | - |
| XYZ | 5.35 | 2.67 | 25.04 | - |
| YUV | 35.74 | 186.84 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 23 | 140 | 0.85 | 0.84 | 0 | 0.45 | 238.99 | 0.74 | 0.32 |
| Hex | 15 | 17 | 8C | 55 | 54 | 0 | 2D | EF | 4A | 20 |
| Octal | 25 | 27 | 214 | 125 | 124 | 0 | 55 | 357 | 112 | 40 |
| Binary | 10101 | 10111 | 10001100 | 1010101 | 1010100 | 0 | 101101 | 11101111 | 1001010 | 100000 |
Color Harmonies of #15178C
Complementary color
Monochromatic Colors of #15178C
Black with #15178C
Text Example
Text Example
White with #15178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15178C; }
p { color: rgb(21,23,140); }
H1.HeaderClassName
{
color: #15178C;
}
.AnyTagClassName
{
color: #15178C;
}
</style>
background-color css
<style>
a { background-color: #15178C; }
a { background-color: rgb(21,23,140); }
div.DivClassName
{
background-color: #15178C;
}
.BgClassName
{
background-color: #15178C;
}
</style>
border-color css
<style>
span { border-color: #15178C; }
span { border-color: rgb(21,23,140); }
td.TdClassName
{
border-color: #15178C;
}
.TagClassName
{
border-color: #15178C;
}
</style>