Shades of Ultramarine #1506A3
Tints of Ultramarine #1506A3
RGB
CMYK
RGB Variations
Color information
#1506A3 (or 0x1506A3) is known color: Ultramarine. HEX triplet: 15, 06 and A3. RGB value is (21,6,163). Sum of RGB (Red+Green+Blue) = 21+6+163=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 163 (64.06% from 255 or 85.79% from 190); Max value from RGB is 163 - color contains mainly: blue. Hex color #1506A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1506A3 is #EAF95C. Grayscale: #1B1B1B. Windows color (decimal): -15399261 or 10683925. OLE color: 10683925.
HSL color Cylindrical-coordinate representation of color #1506A3: hue angle of 245.73º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1506A3 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 6 | 163 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.36 |
| HSL | 245.73º | 0.93% | 0.33% | - |
| HSV(B) | 245.73º | 0.96% | 0.64% | - |
| XYZ | 6.99 | 2.93 | 34.85 | - |
| YUV | 28.38 | 203.97 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 6 | 163 | 0.87 | 0.96 | 0 | 0.36 | 245.73 | 0.93 | 0.33 |
| Hex | 15 | 6 | A3 | 57 | 60 | 0 | 24 | F6 | 5D | 21 |
| Octal | 25 | 6 | 243 | 127 | 140 | 0 | 44 | 366 | 135 | 41 |
| Binary | 10101 | 110 | 10100011 | 1010111 | 1100000 | 0 | 100100 | 11110110 | 1011101 | 100001 |
Color Harmonies of #1506A3
Complementary color
Monochromatic Colors of #1506A3
Black with #1506A3
Text Example
Text Example
White with #1506A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1506A3; }
p { color: rgb(21,6,163); }
H1.HeaderClassName
{
color: #1506A3;
}
.AnyTagClassName
{
color: #1506A3;
}
</style>
background-color css
<style>
a { background-color: #1506A3; }
a { background-color: rgb(21,6,163); }
div.DivClassName
{
background-color: #1506A3;
}
.BgClassName
{
background-color: #1506A3;
}
</style>
border-color css
<style>
span { border-color: #1506A3; }
span { border-color: rgb(21,6,163); }
td.TdClassName
{
border-color: #1506A3;
}
.TagClassName
{
border-color: #1506A3;
}
</style>