Shades of Ultramarine #1D06A1
Tints of Ultramarine #1D06A1
RGB
CMYK
RGB Variations
Color information
#1D06A1 (or 0x1D06A1) is known color: Ultramarine. HEX triplet: 1D, 06 and A1. RGB value is (29,6,161). Sum of RGB (Red+Green+Blue) = 29+6+161=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 161 (63.28% from 255 or 82.14% from 196); Max value from RGB is 161 - color contains mainly: blue. Hex color #1D06A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D06A1 is #E2F95E. Grayscale: #1D1D1D. Windows color (decimal): -14874975 or 10552861. OLE color: 10552861.
HSL color Cylindrical-coordinate representation of color #1D06A1: hue angle of 248.9º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D06A1 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 6 | 161 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.37 |
| HSL | 248.9º | 0.93% | 0.33% | - |
| HSV(B) | 248.9º | 0.96% | 0.63% | - |
| XYZ | 7 | 2.96 | 33.92 | - |
| YUV | 30.55 | 201.62 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 161 | 0.82 | 0.96 | 0 | 0.37 | 248.9 | 0.93 | 0.33 |
| Hex | 1D | 6 | A1 | 52 | 60 | 0 | 25 | F9 | 5D | 21 |
| Octal | 35 | 6 | 241 | 122 | 140 | 0 | 45 | 371 | 135 | 41 |
| Binary | 11101 | 110 | 10100001 | 1010010 | 1100000 | 0 | 100101 | 11111001 | 1011101 | 100001 |
Color Harmonies of #1D06A1
Complementary color
Monochromatic Colors of #1D06A1
Black with #1D06A1
Text Example
Text Example
White with #1D06A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D06A1; }
p { color: rgb(29,6,161); }
H1.HeaderClassName
{
color: #1D06A1;
}
.AnyTagClassName
{
color: #1D06A1;
}
</style>
background-color css
<style>
a { background-color: #1D06A1; }
a { background-color: rgb(29,6,161); }
div.DivClassName
{
background-color: #1D06A1;
}
.BgClassName
{
background-color: #1D06A1;
}
</style>
border-color css
<style>
span { border-color: #1D06A1; }
span { border-color: rgb(29,6,161); }
td.TdClassName
{
border-color: #1D06A1;
}
.TagClassName
{
border-color: #1D06A1;
}
</style>