Shades of Ultramarine #1508A0
Tints of Ultramarine #1508A0
RGB
CMYK
RGB Variations
Color information
#1508A0 (or 0x1508A0) is known color: Ultramarine. HEX triplet: 15, 08 and A0. RGB value is (21,8,160). Sum of RGB (Red+Green+Blue) = 21+8+160=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 160 (62.89% from 255 or 84.66% from 189); Max value from RGB is 160 - color contains mainly: blue. Hex color #1508A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1508A0 is #EAF75F. Grayscale: #1C1C1C. Windows color (decimal): -15398752 or 10487829. OLE color: 10487829.
HSL color Cylindrical-coordinate representation of color #1508A0: hue angle of 245.13º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1508A0 is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 8 | 160 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.37 |
| HSL | 245.13º | 0.9% | 0.33% | - |
| HSV(B) | 245.13º | 0.95% | 0.63% | - |
| XYZ | 6.74 | 2.87 | 33.46 | - |
| YUV | 29.22 | 201.81 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 160 | 0.87 | 0.95 | 0 | 0.37 | 245.13 | 0.9 | 0.33 |
| Hex | 15 | 8 | A0 | 57 | 5F | 0 | 25 | F5 | 5A | 21 |
| Octal | 25 | 10 | 240 | 127 | 137 | 0 | 45 | 365 | 132 | 41 |
| Binary | 10101 | 1000 | 10100000 | 1010111 | 1011111 | 0 | 100101 | 11110101 | 1011010 | 100001 |
Color Harmonies of #1508A0
Complementary color
Monochromatic Colors of #1508A0
Black with #1508A0
Text Example
Text Example
White with #1508A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1508A0; }
p { color: rgb(21,8,160); }
H1.HeaderClassName
{
color: #1508A0;
}
.AnyTagClassName
{
color: #1508A0;
}
</style>
background-color css
<style>
a { background-color: #1508A0; }
a { background-color: rgb(21,8,160); }
div.DivClassName
{
background-color: #1508A0;
}
.BgClassName
{
background-color: #1508A0;
}
</style>
border-color css
<style>
span { border-color: #1508A0; }
span { border-color: rgb(21,8,160); }
td.TdClassName
{
border-color: #1508A0;
}
.TagClassName
{
border-color: #1508A0;
}
</style>