Shades of Ultramarine #1D19AF
Tints of Ultramarine #1D19AF
RGB
CMYK
RGB Variations
Color information
#1D19AF (or 0x1D19AF) is known color: Ultramarine. HEX triplet: 1D, 19 and AF. RGB value is (29,25,175). Sum of RGB (Red+Green+Blue) = 29+25+175=229 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.66% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 175 (68.75% from 255 or 76.42% from 229); Max value from RGB is 175 - color contains mainly: blue. Hex color #1D19AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D19AF is #E2E650. Grayscale: #2A2A2A. Windows color (decimal): -14870097 or 11475229. OLE color: 11475229.
HSL color Cylindrical-coordinate representation of color #1D19AF: hue angle of 241.6º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D19AF is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 25 | 175 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.31 |
| HSL | 241.6º | 0.75% | 0.39% | - |
| HSV(B) | 241.6º | 0.86% | 0.69% | - |
| XYZ | 8.59 | 4.05 | 40.89 | - |
| YUV | 43.3 | 202.33 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 175 | 0.83 | 0.86 | 0 | 0.31 | 241.6 | 0.75 | 0.39 |
| Hex | 1D | 19 | AF | 53 | 56 | 0 | 1F | F2 | 4B | 27 |
| Octal | 35 | 31 | 257 | 123 | 126 | 0 | 37 | 362 | 113 | 47 |
| Binary | 11101 | 11001 | 10101111 | 1010011 | 1010110 | 0 | 11111 | 11110010 | 1001011 | 100111 |
Color Harmonies of #1D19AF
Complementary color
Monochromatic Colors of #1D19AF
Black with #1D19AF
Text Example
Text Example
White with #1D19AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D19AF; }
p { color: rgb(29,25,175); }
H1.HeaderClassName
{
color: #1D19AF;
}
.AnyTagClassName
{
color: #1D19AF;
}
</style>
background-color css
<style>
a { background-color: #1D19AF; }
a { background-color: rgb(29,25,175); }
div.DivClassName
{
background-color: #1D19AF;
}
.BgClassName
{
background-color: #1D19AF;
}
</style>
border-color css
<style>
span { border-color: #1D19AF; }
span { border-color: rgb(29,25,175); }
td.TdClassName
{
border-color: #1D19AF;
}
.TagClassName
{
border-color: #1D19AF;
}
</style>