Shades of Ultramarine #1D14AF
Tints of Ultramarine #1D14AF
RGB
CMYK
RGB Variations
Color information
#1D14AF (or 0x1D14AF) is known color: Ultramarine. HEX triplet: 1D, 14 and AF. RGB value is (29,20,175). Sum of RGB (Red+Green+Blue) = 29+20+175=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 175 (68.75% from 255 or 78.12% from 224); Max value from RGB is 175 - color contains mainly: blue. Hex color #1D14AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D14AF is #E2EB50. Grayscale: #272727. Windows color (decimal): -14871377 or 11473949. OLE color: 11473949.
HSL color Cylindrical-coordinate representation of color #1D14AF: hue angle of 243.48º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D14AF is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 20 | 175 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.31 |
| HSL | 243.48º | 0.79% | 0.38% | - |
| HSV(B) | 243.48º | 0.89% | 0.69% | - |
| XYZ | 8.49 | 3.86 | 40.85 | - |
| YUV | 40.36 | 203.98 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 175 | 0.83 | 0.89 | 0 | 0.31 | 243.48 | 0.79 | 0.38 |
| Hex | 1D | 14 | AF | 53 | 59 | 0 | 1F | F3 | 4F | 26 |
| Octal | 35 | 24 | 257 | 123 | 131 | 0 | 37 | 363 | 117 | 46 |
| Binary | 11101 | 10100 | 10101111 | 1010011 | 1011001 | 0 | 11111 | 11110011 | 1001111 | 100110 |
Color Harmonies of #1D14AF
Complementary color
Monochromatic Colors of #1D14AF
Black with #1D14AF
Text Example
Text Example
White with #1D14AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D14AF; }
p { color: rgb(29,20,175); }
H1.HeaderClassName
{
color: #1D14AF;
}
.AnyTagClassName
{
color: #1D14AF;
}
</style>
background-color css
<style>
a { background-color: #1D14AF; }
a { background-color: rgb(29,20,175); }
div.DivClassName
{
background-color: #1D14AF;
}
.BgClassName
{
background-color: #1D14AF;
}
</style>
border-color css
<style>
span { border-color: #1D14AF; }
span { border-color: rgb(29,20,175); }
td.TdClassName
{
border-color: #1D14AF;
}
.TagClassName
{
border-color: #1D14AF;
}
</style>