Shades of Ultramarine #1D1298
Tints of Ultramarine #1D1298
RGB
CMYK
RGB Variations
Color information
#1D1298 (or 0x1D1298) is known color: Ultramarine. HEX triplet: 1D, 12 and 98. RGB value is (29,18,152). Sum of RGB (Red+Green+Blue) = 29+18+152=199 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.57% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 152 (59.77% from 255 or 76.38% from 199); Max value from RGB is 152 - color contains mainly: blue. Hex color #1D1298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1298 is #E2ED67. Grayscale: #242424. Windows color (decimal): -14871912 or 9966109. OLE color: 9966109.
HSL color Cylindrical-coordinate representation of color #1D1298: hue angle of 244.93º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D1298 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 18 | 152 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.40 |
| HSL | 244.93º | 0.79% | 0.33% | - |
| HSV(B) | 244.93º | 0.88% | 0.6% | - |
| XYZ | 6.39 | 2.96 | 29.94 | - |
| YUV | 36.57 | 193.14 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 152 | 0.81 | 0.88 | 0 | 0.40 | 244.93 | 0.79 | 0.33 |
| Hex | 1D | 12 | 98 | 51 | 58 | 0 | 28 | F5 | 4F | 21 |
| Octal | 35 | 22 | 230 | 121 | 130 | 0 | 50 | 365 | 117 | 41 |
| Binary | 11101 | 10010 | 10011000 | 1010001 | 1011000 | 0 | 101000 | 11110101 | 1001111 | 100001 |
Color Harmonies of #1D1298
Complementary color
Monochromatic Colors of #1D1298
Black with #1D1298
Text Example
Text Example
White with #1D1298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1298; }
p { color: rgb(29,18,152); }
H1.HeaderClassName
{
color: #1D1298;
}
.AnyTagClassName
{
color: #1D1298;
}
</style>
background-color css
<style>
a { background-color: #1D1298; }
a { background-color: rgb(29,18,152); }
div.DivClassName
{
background-color: #1D1298;
}
.BgClassName
{
background-color: #1D1298;
}
</style>
border-color css
<style>
span { border-color: #1D1298; }
span { border-color: rgb(29,18,152); }
td.TdClassName
{
border-color: #1D1298;
}
.TagClassName
{
border-color: #1D1298;
}
</style>