Shades of Ultramarine #1D0F9B
Tints of Ultramarine #1D0F9B
RGB
CMYK
RGB Variations
Color information
#1D0F9B (or 0x1D0F9B) is known color: Ultramarine. HEX triplet: 1D, 0F and 9B. RGB value is (29,15,155). Sum of RGB (Red+Green+Blue) = 29+15+155=199 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.57% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 155 (60.94% from 255 or 77.89% from 199); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D0F9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0F9B is #E2F064. Grayscale: #222222. Windows color (decimal): -14872677 or 10161949. OLE color: 10161949.
HSL color Cylindrical-coordinate representation of color #1D0F9B: hue angle of 246º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D0F9B is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 15 | 155 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.39 |
| HSL | 246º | 0.82% | 0.33% | - |
| HSV(B) | 246º | 0.9% | 0.61% | - |
| XYZ | 6.59 | 2.97 | 31.24 | - |
| YUV | 35.15 | 195.64 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 15 | 155 | 0.81 | 0.90 | 0 | 0.39 | 246 | 0.82 | 0.33 |
| Hex | 1D | F | 9B | 51 | 5A | 0 | 27 | F6 | 52 | 21 |
| Octal | 35 | 17 | 233 | 121 | 132 | 0 | 47 | 366 | 122 | 41 |
| Binary | 11101 | 1111 | 10011011 | 1010001 | 1011010 | 0 | 100111 | 11110110 | 1010010 | 100001 |
Color Harmonies of #1D0F9B
Complementary color
Monochromatic Colors of #1D0F9B
Black with #1D0F9B
Text Example
Text Example
White with #1D0F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0F9B; }
p { color: rgb(29,15,155); }
H1.HeaderClassName
{
color: #1D0F9B;
}
.AnyTagClassName
{
color: #1D0F9B;
}
</style>
background-color css
<style>
a { background-color: #1D0F9B; }
a { background-color: rgb(29,15,155); }
div.DivClassName
{
background-color: #1D0F9B;
}
.BgClassName
{
background-color: #1D0F9B;
}
</style>
border-color css
<style>
span { border-color: #1D0F9B; }
span { border-color: rgb(29,15,155); }
td.TdClassName
{
border-color: #1D0F9B;
}
.TagClassName
{
border-color: #1D0F9B;
}
</style>