Shades of Ultramarine #1D0298
Tints of Ultramarine #1D0298
RGB
CMYK
RGB Variations
Color information
#1D0298 (or 0x1D0298) is known color: Ultramarine. HEX triplet: 1D, 02 and 98. RGB value is (29,2,152). Sum of RGB (Red+Green+Blue) = 29+2+152=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 152 (59.77% from 255 or 83.06% from 183); Max value from RGB is 152 - color contains mainly: blue. Hex color #1D0298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0298 is #E2FD67. Grayscale: #1A1A1A. Windows color (decimal): -14876008 or 9962013. OLE color: 9962013.
HSL color Cylindrical-coordinate representation of color #1D0298: hue angle of 250.8º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D0298 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 2 | 152 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.40 |
| HSL | 250.8º | 0.97% | 0.3% | - |
| HSV(B) | 250.8º | 0.99% | 0.6% | - |
| XYZ | 6.2 | 2.57 | 29.88 | - |
| YUV | 27.17 | 198.45 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 152 | 0.81 | 0.99 | 0 | 0.40 | 250.8 | 0.97 | 0.3 |
| Hex | 1D | 2 | 98 | 51 | 63 | 0 | 28 | FB | 61 | 1E |
| Octal | 35 | 2 | 230 | 121 | 143 | 0 | 50 | 373 | 141 | 36 |
| Binary | 11101 | 10 | 10011000 | 1010001 | 1100011 | 0 | 101000 | 11111011 | 1100001 | 11110 |
Color Harmonies of #1D0298
Complementary color
Monochromatic Colors of #1D0298
Black with #1D0298
Text Example
Text Example
White with #1D0298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0298; }
p { color: rgb(29,2,152); }
H1.HeaderClassName
{
color: #1D0298;
}
.AnyTagClassName
{
color: #1D0298;
}
</style>
background-color css
<style>
a { background-color: #1D0298; }
a { background-color: rgb(29,2,152); }
div.DivClassName
{
background-color: #1D0298;
}
.BgClassName
{
background-color: #1D0298;
}
</style>
border-color css
<style>
span { border-color: #1D0298; }
span { border-color: rgb(29,2,152); }
td.TdClassName
{
border-color: #1D0298;
}
.TagClassName
{
border-color: #1D0298;
}
</style>