Shades of Ultramarine #1D00AC
Tints of Ultramarine #1D00AC
RGB
CMYK
RGB Variations
Color information
#1D00AC (or 0x1D00AC) is known color: Ultramarine. HEX triplet: 1D, 00 and AC. RGB value is (29,0,172). Sum of RGB (Red+Green+Blue) = 29+0+172=201 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.43% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 172 (67.58% from 255 or 85.57% from 201); Max value from RGB is 172 - color contains mainly: blue. Hex color #1D00AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D00AC is #E2FF53. Grayscale: #1B1B1B. Windows color (decimal): -14876500 or 11272221. OLE color: 11272221.
HSL color Cylindrical-coordinate representation of color #1D00AC: hue angle of 250.12º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D00AC is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 0 | 172 | - |
| CMYK | 0.83 | 1 | 0 | 0.33 |
| HSL | 250.12º | 1% | 0.34% | - |
| HSV(B) | 250.12º | 1% | 0.67% | - |
| XYZ | 7.95 | 3.24 | 39.24 | - |
| YUV | 28.28 | 209.11 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 172 | 0.83 | 1 | 0 | 0.33 | 250.12 | 1 | 0.34 |
| Hex | 1D | 0 | AC | 53 | 64 | 0 | 21 | FA | 64 | 22 |
| Octal | 35 | 0 | 254 | 123 | 144 | 0 | 41 | 372 | 144 | 42 |
| Binary | 11101 | 0 | 10101100 | 1010011 | 1100100 | 0 | 100001 | 11111010 | 1100100 | 100010 |
Color Harmonies of #1D00AC
Complementary color
Monochromatic Colors of #1D00AC
Black with #1D00AC
Text Example
Text Example
White with #1D00AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D00AC; }
p { color: rgb(29,0,172); }
H1.HeaderClassName
{
color: #1D00AC;
}
.AnyTagClassName
{
color: #1D00AC;
}
</style>
background-color css
<style>
a { background-color: #1D00AC; }
a { background-color: rgb(29,0,172); }
div.DivClassName
{
background-color: #1D00AC;
}
.BgClassName
{
background-color: #1D00AC;
}
</style>
border-color css
<style>
span { border-color: #1D00AC; }
span { border-color: rgb(29,0,172); }
td.TdClassName
{
border-color: #1D00AC;
}
.TagClassName
{
border-color: #1D00AC;
}
</style>