Shades of Ultramarine #1D0BAE
Tints of Ultramarine #1D0BAE
RGB
CMYK
RGB Variations
Color information
#1D0BAE (or 0x1D0BAE) is known color: Ultramarine. HEX triplet: 1D, 0B and AE. RGB value is (29,11,174). Sum of RGB (Red+Green+Blue) = 29+11+174=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 174 (68.36% from 255 or 81.31% from 214); Max value from RGB is 174 - color contains mainly: blue. Hex color #1D0BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0BAE is #E2F451. Grayscale: #222222. Windows color (decimal): -14873682 or 11406109. OLE color: 11406109.
HSL color Cylindrical-coordinate representation of color #1D0BAE: hue angle of 246.63º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D0BAE is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 11 | 174 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.32 |
| HSL | 246.63º | 0.88% | 0.36% | - |
| HSV(B) | 246.63º | 0.94% | 0.68% | - |
| XYZ | 8.27 | 3.56 | 40.3 | - |
| YUV | 34.96 | 206.46 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 11 | 174 | 0.83 | 0.94 | 0 | 0.32 | 246.63 | 0.88 | 0.36 |
| Hex | 1D | B | AE | 53 | 5E | 0 | 20 | F7 | 58 | 24 |
| Octal | 35 | 13 | 256 | 123 | 136 | 0 | 40 | 367 | 130 | 44 |
| Binary | 11101 | 1011 | 10101110 | 1010011 | 1011110 | 0 | 100000 | 11110111 | 1011000 | 100100 |
Color Harmonies of #1D0BAE
Complementary color
Monochromatic Colors of #1D0BAE
Black with #1D0BAE
Text Example
Text Example
White with #1D0BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0BAE; }
p { color: rgb(29,11,174); }
H1.HeaderClassName
{
color: #1D0BAE;
}
.AnyTagClassName
{
color: #1D0BAE;
}
</style>
background-color css
<style>
a { background-color: #1D0BAE; }
a { background-color: rgb(29,11,174); }
div.DivClassName
{
background-color: #1D0BAE;
}
.BgClassName
{
background-color: #1D0BAE;
}
</style>
border-color css
<style>
span { border-color: #1D0BAE; }
span { border-color: rgb(29,11,174); }
td.TdClassName
{
border-color: #1D0BAE;
}
.TagClassName
{
border-color: #1D0BAE;
}
</style>