Shades of Ultramarine #15178A
Tints of Ultramarine #15178A
RGB
CMYK
RGB Variations
Color information
#15178A (or 0x15178A) is known color: Ultramarine. HEX triplet: 15, 17 and 8A. RGB value is (21,23,138). Sum of RGB (Red+Green+Blue) = 21+23+138=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 138 (54.30% from 255 or 75.82% from 182); Max value from RGB is 138 - color contains mainly: blue. Hex color #15178A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15178A is #EAE875. Grayscale: #232323. Windows color (decimal): -15394934 or 9049877. OLE color: 9049877.
HSL color Cylindrical-coordinate representation of color #15178A: hue angle of 238.97º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15178A is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 23 | 138 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.46 |
| HSL | 238.97º | 0.74% | 0.31% | - |
| HSV(B) | 238.97º | 0.85% | 0.54% | - |
| XYZ | 5.2 | 2.61 | 24.27 | - |
| YUV | 35.51 | 185.84 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 23 | 138 | 0.85 | 0.83 | 0 | 0.46 | 238.97 | 0.74 | 0.31 |
| Hex | 15 | 17 | 8A | 55 | 53 | 0 | 2E | EF | 4A | 1F |
| Octal | 25 | 27 | 212 | 125 | 123 | 0 | 56 | 357 | 112 | 37 |
| Binary | 10101 | 10111 | 10001010 | 1010101 | 1010011 | 0 | 101110 | 11101111 | 1001010 | 11111 |
Color Harmonies of #15178A
Complementary color
Monochromatic Colors of #15178A
Black with #15178A
Text Example
Text Example
White with #15178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15178A; }
p { color: rgb(21,23,138); }
H1.HeaderClassName
{
color: #15178A;
}
.AnyTagClassName
{
color: #15178A;
}
</style>
background-color css
<style>
a { background-color: #15178A; }
a { background-color: rgb(21,23,138); }
div.DivClassName
{
background-color: #15178A;
}
.BgClassName
{
background-color: #15178A;
}
</style>
border-color css
<style>
span { border-color: #15178A; }
span { border-color: rgb(21,23,138); }
td.TdClassName
{
border-color: #15178A;
}
.TagClassName
{
border-color: #15178A;
}
</style>