Shades of Ultramarine #1507A1
Tints of Ultramarine #1507A1
RGB
CMYK
RGB Variations
Color information
#1507A1 (or 0x1507A1) is known color: Ultramarine. HEX triplet: 15, 07 and A1. RGB value is (21,7,161). Sum of RGB (Red+Green+Blue) = 21+7+161=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 161 (63.28% from 255 or 85.19% from 189); Max value from RGB is 161 - color contains mainly: blue. Hex color #1507A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1507A1 is #EAF85E. Grayscale: #1C1C1C. Windows color (decimal): -15399007 or 10553109. OLE color: 10553109.
HSL color Cylindrical-coordinate representation of color #1507A1: hue angle of 245.45º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1507A1 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 7 | 161 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.37 |
| HSL | 245.45º | 0.92% | 0.33% | - |
| HSV(B) | 245.45º | 0.96% | 0.63% | - |
| XYZ | 6.82 | 2.88 | 33.92 | - |
| YUV | 28.74 | 202.64 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 161 | 0.87 | 0.96 | 0 | 0.37 | 245.45 | 0.92 | 0.33 |
| Hex | 15 | 7 | A1 | 57 | 60 | 0 | 25 | F5 | 5C | 21 |
| Octal | 25 | 7 | 241 | 127 | 140 | 0 | 45 | 365 | 134 | 41 |
| Binary | 10101 | 111 | 10100001 | 1010111 | 1100000 | 0 | 100101 | 11110101 | 1011100 | 100001 |
Color Harmonies of #1507A1
Complementary color
Monochromatic Colors of #1507A1
Black with #1507A1
Text Example
Text Example
White with #1507A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1507A1; }
p { color: rgb(21,7,161); }
H1.HeaderClassName
{
color: #1507A1;
}
.AnyTagClassName
{
color: #1507A1;
}
</style>
background-color css
<style>
a { background-color: #1507A1; }
a { background-color: rgb(21,7,161); }
div.DivClassName
{
background-color: #1507A1;
}
.BgClassName
{
background-color: #1507A1;
}
</style>
border-color css
<style>
span { border-color: #1507A1; }
span { border-color: rgb(21,7,161); }
td.TdClassName
{
border-color: #1507A1;
}
.TagClassName
{
border-color: #1507A1;
}
</style>