Shades of Ultramarine #1D15AF
Tints of Ultramarine #1D15AF
RGB
CMYK
RGB Variations
Color information
#1D15AF (or 0x1D15AF) is known color: Ultramarine. HEX triplet: 1D, 15 and AF. RGB value is (29,21,175). Sum of RGB (Red+Green+Blue) = 29+21+175=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 175 (68.75% from 255 or 77.78% from 225); Max value from RGB is 175 - color contains mainly: blue. Hex color #1D15AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D15AF is #E2EA50. Grayscale: #282828. Windows color (decimal): -14871121 or 11474205. OLE color: 11474205.
HSL color Cylindrical-coordinate representation of color #1D15AF: hue angle of 243.12º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D15AF is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 21 | 175 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.31 |
| HSL | 243.12º | 0.79% | 0.38% | - |
| HSV(B) | 243.12º | 0.88% | 0.69% | - |
| XYZ | 8.51 | 3.89 | 40.86 | - |
| YUV | 40.95 | 203.65 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 175 | 0.83 | 0.88 | 0 | 0.31 | 243.12 | 0.79 | 0.38 |
| Hex | 1D | 15 | AF | 53 | 58 | 0 | 1F | F3 | 4F | 26 |
| Octal | 35 | 25 | 257 | 123 | 130 | 0 | 37 | 363 | 117 | 46 |
| Binary | 11101 | 10101 | 10101111 | 1010011 | 1011000 | 0 | 11111 | 11110011 | 1001111 | 100110 |
Color Harmonies of #1D15AF
Complementary color
Monochromatic Colors of #1D15AF
Black with #1D15AF
Text Example
Text Example
White with #1D15AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D15AF; }
p { color: rgb(29,21,175); }
H1.HeaderClassName
{
color: #1D15AF;
}
.AnyTagClassName
{
color: #1D15AF;
}
</style>
background-color css
<style>
a { background-color: #1D15AF; }
a { background-color: rgb(29,21,175); }
div.DivClassName
{
background-color: #1D15AF;
}
.BgClassName
{
background-color: #1D15AF;
}
</style>
border-color css
<style>
span { border-color: #1D15AF; }
span { border-color: rgb(29,21,175); }
td.TdClassName
{
border-color: #1D15AF;
}
.TagClassName
{
border-color: #1D15AF;
}
</style>