Shades of Ultramarine #15018C
Tints of Ultramarine #15018C
RGB
CMYK
RGB Variations
Color information
#15018C (or 0x15018C) is known color: Ultramarine. HEX triplet: 15, 01 and 8C. RGB value is (21,1,140). Sum of RGB (Red+Green+Blue) = 21+1+140=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 140 (55.08% from 255 or 86.42% from 162); Max value from RGB is 140 - color contains mainly: blue. Hex color #15018C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15018C is #EAFE73. Grayscale: #161616. Windows color (decimal): -15400564 or 9175317. OLE color: 9175317.
HSL color Cylindrical-coordinate representation of color #15018C: hue angle of 248.63º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15018C is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 1 | 140 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.45 |
| HSL | 248.63º | 0.99% | 0.28% | - |
| HSV(B) | 248.63º | 0.99% | 0.55% | - |
| XYZ | 5.05 | 2.07 | 24.95 | - |
| YUV | 22.83 | 194.13 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 140 | 0.85 | 0.99 | 0 | 0.45 | 248.63 | 0.99 | 0.28 |
| Hex | 15 | 1 | 8C | 55 | 63 | 0 | 2D | F9 | 63 | 1C |
| Octal | 25 | 1 | 214 | 125 | 143 | 0 | 55 | 371 | 143 | 34 |
| Binary | 10101 | 1 | 10001100 | 1010101 | 1100011 | 0 | 101101 | 11111001 | 1100011 | 11100 |
Color Harmonies of #15018C
Complementary color
Monochromatic Colors of #15018C
Black with #15018C
Text Example
Text Example
White with #15018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15018C; }
p { color: rgb(21,1,140); }
H1.HeaderClassName
{
color: #15018C;
}
.AnyTagClassName
{
color: #15018C;
}
</style>
background-color css
<style>
a { background-color: #15018C; }
a { background-color: rgb(21,1,140); }
div.DivClassName
{
background-color: #15018C;
}
.BgClassName
{
background-color: #15018C;
}
</style>
border-color css
<style>
span { border-color: #15018C; }
span { border-color: rgb(21,1,140); }
td.TdClassName
{
border-color: #15018C;
}
.TagClassName
{
border-color: #15018C;
}
</style>