Shades of Ultramarine #1D14AC
Tints of Ultramarine #1D14AC
RGB
CMYK
RGB Variations
Color information
#1D14AC (or 0x1D14AC) is known color: Ultramarine. HEX triplet: 1D, 14 and AC. RGB value is (29,20,172). Sum of RGB (Red+Green+Blue) = 29+20+172=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #1D14AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D14AC is #E2EB53. Grayscale: #272727. Windows color (decimal): -14871380 or 11277341. OLE color: 11277341.
HSL color Cylindrical-coordinate representation of color #1D14AC: hue angle of 243.55º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D14AC is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 20 | 172 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.33 |
| HSL | 243.55º | 0.79% | 0.38% | - |
| HSV(B) | 243.55º | 0.88% | 0.67% | - |
| XYZ | 8.2 | 3.74 | 39.32 | - |
| YUV | 40.02 | 202.48 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 172 | 0.83 | 0.88 | 0 | 0.33 | 243.55 | 0.79 | 0.38 |
| Hex | 1D | 14 | AC | 53 | 58 | 0 | 21 | F4 | 4F | 26 |
| Octal | 35 | 24 | 254 | 123 | 130 | 0 | 41 | 364 | 117 | 46 |
| Binary | 11101 | 10100 | 10101100 | 1010011 | 1011000 | 0 | 100001 | 11110100 | 1001111 | 100110 |
Color Harmonies of #1D14AC
Complementary color
Monochromatic Colors of #1D14AC
Black with #1D14AC
Text Example
Text Example
White with #1D14AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D14AC; }
p { color: rgb(29,20,172); }
H1.HeaderClassName
{
color: #1D14AC;
}
.AnyTagClassName
{
color: #1D14AC;
}
</style>
background-color css
<style>
a { background-color: #1D14AC; }
a { background-color: rgb(29,20,172); }
div.DivClassName
{
background-color: #1D14AC;
}
.BgClassName
{
background-color: #1D14AC;
}
</style>
border-color css
<style>
span { border-color: #1D14AC; }
span { border-color: rgb(29,20,172); }
td.TdClassName
{
border-color: #1D14AC;
}
.TagClassName
{
border-color: #1D14AC;
}
</style>