Shades of Ultramarine #15188C
Tints of Ultramarine #15188C
RGB
CMYK
RGB Variations
Color information
#15188C (or 0x15188C) is known color: Ultramarine. HEX triplet: 15, 18 and 8C. RGB value is (21,24,140). Sum of RGB (Red+Green+Blue) = 21+24+140=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 140 (55.08% from 255 or 75.68% from 185); Max value from RGB is 140 - color contains mainly: blue. Hex color #15188C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15188C is #EAE773. Grayscale: #232323. Windows color (decimal): -15394676 or 9181205. OLE color: 9181205.
HSL color Cylindrical-coordinate representation of color #15188C: hue angle of 238.49º 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 #15188C is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 24 | 140 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.45 |
| HSL | 238.49º | 0.74% | 0.32% | - |
| HSV(B) | 238.49º | 0.85% | 0.55% | - |
| XYZ | 5.37 | 2.71 | 25.05 | - |
| YUV | 36.33 | 186.51 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 24 | 140 | 0.85 | 0.83 | 0 | 0.45 | 238.49 | 0.74 | 0.32 |
| Hex | 15 | 18 | 8C | 55 | 53 | 0 | 2D | EE | 4A | 20 |
| Octal | 25 | 30 | 214 | 125 | 123 | 0 | 55 | 356 | 112 | 40 |
| Binary | 10101 | 11000 | 10001100 | 1010101 | 1010011 | 0 | 101101 | 11101110 | 1001010 | 100000 |
Color Harmonies of #15188C
Complementary color
Monochromatic Colors of #15188C
Black with #15188C
Text Example
Text Example
White with #15188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15188C; }
p { color: rgb(21,24,140); }
H1.HeaderClassName
{
color: #15188C;
}
.AnyTagClassName
{
color: #15188C;
}
</style>
background-color css
<style>
a { background-color: #15188C; }
a { background-color: rgb(21,24,140); }
div.DivClassName
{
background-color: #15188C;
}
.BgClassName
{
background-color: #15188C;
}
</style>
border-color css
<style>
span { border-color: #15188C; }
span { border-color: rgb(21,24,140); }
td.TdClassName
{
border-color: #15188C;
}
.TagClassName
{
border-color: #15188C;
}
</style>