Shades of Ultramarine #1508A8
Tints of Ultramarine #1508A8
RGB
CMYK
RGB Variations
Color information
#1508A8 (or 0x1508A8) is known color: Ultramarine. HEX triplet: 15, 08 and A8. RGB value is (21,8,168). Sum of RGB (Red+Green+Blue) = 21+8+168=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 168 (66.02% from 255 or 85.28% from 197); Max value from RGB is 168 - color contains mainly: blue. Hex color #1508A8 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1508A8 is #EAF757. Grayscale: #1D1D1D. Windows color (decimal): -15398744 or 11012117. OLE color: 11012117.
HSL color Cylindrical-coordinate representation of color #1508A8: hue angle of 244.88º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1508A8 is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 8 | 168 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.34 |
| HSL | 244.88º | 0.91% | 0.35% | - |
| HSV(B) | 244.88º | 0.95% | 0.66% | - |
| XYZ | 7.46 | 3.16 | 37.26 | - |
| YUV | 30.13 | 205.81 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 168 | 0.88 | 0.95 | 0 | 0.34 | 244.88 | 0.91 | 0.35 |
| Hex | 15 | 8 | A8 | 58 | 5F | 0 | 22 | F5 | 5B | 23 |
| Octal | 25 | 10 | 250 | 130 | 137 | 0 | 42 | 365 | 133 | 43 |
| Binary | 10101 | 1000 | 10101000 | 1011000 | 1011111 | 0 | 100010 | 11110101 | 1011011 | 100011 |
Color Harmonies of #1508A8
Complementary color
Monochromatic Colors of #1508A8
Black with #1508A8
Text Example
Text Example
White with #1508A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1508A8; }
p { color: rgb(21,8,168); }
H1.HeaderClassName
{
color: #1508A8;
}
.AnyTagClassName
{
color: #1508A8;
}
</style>
background-color css
<style>
a { background-color: #1508A8; }
a { background-color: rgb(21,8,168); }
div.DivClassName
{
background-color: #1508A8;
}
.BgClassName
{
background-color: #1508A8;
}
</style>
border-color css
<style>
span { border-color: #1508A8; }
span { border-color: rgb(21,8,168); }
td.TdClassName
{
border-color: #1508A8;
}
.TagClassName
{
border-color: #1508A8;
}
</style>