Shades of Ultramarine #1D13B2
Tints of Ultramarine #1D13B2
RGB
CMYK
RGB Variations
Color information
#1D13B2 (or 0x1D13B2) is known color: Ultramarine. HEX triplet: 1D, 13 and B2. RGB value is (29,19,178). Sum of RGB (Red+Green+Blue) = 29+19+178=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 178 (69.92% from 255 or 78.76% from 226); Max value from RGB is 178 - color contains mainly: blue. Hex color #1D13B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D13B2 is #E2EC4D. Grayscale: #272727. Windows color (decimal): -14871630 or 11670301. OLE color: 11670301.
HSL color Cylindrical-coordinate representation of color #1D13B2: hue angle of 243.77º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D13B2 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 19 | 178 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.30 |
| HSL | 243.77º | 0.81% | 0.39% | - |
| HSV(B) | 243.77º | 0.89% | 0.7% | - |
| XYZ | 8.78 | 3.94 | 42.42 | - |
| YUV | 40.12 | 205.81 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 19 | 178 | 0.84 | 0.89 | 0 | 0.30 | 243.77 | 0.81 | 0.39 |
| Hex | 1D | 13 | B2 | 54 | 59 | 0 | 1E | F4 | 51 | 27 |
| Octal | 35 | 23 | 262 | 124 | 131 | 0 | 36 | 364 | 121 | 47 |
| Binary | 11101 | 10011 | 10110010 | 1010100 | 1011001 | 0 | 11110 | 11110100 | 1010001 | 100111 |
Color Harmonies of #1D13B2
Complementary color
Monochromatic Colors of #1D13B2
Black with #1D13B2
Text Example
Text Example
White with #1D13B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D13B2; }
p { color: rgb(29,19,178); }
H1.HeaderClassName
{
color: #1D13B2;
}
.AnyTagClassName
{
color: #1D13B2;
}
</style>
background-color css
<style>
a { background-color: #1D13B2; }
a { background-color: rgb(29,19,178); }
div.DivClassName
{
background-color: #1D13B2;
}
.BgClassName
{
background-color: #1D13B2;
}
</style>
border-color css
<style>
span { border-color: #1D13B2; }
span { border-color: rgb(29,19,178); }
td.TdClassName
{
border-color: #1D13B2;
}
.TagClassName
{
border-color: #1D13B2;
}
</style>