Shades of Ultramarine #1D0F9C
Tints of Ultramarine #1D0F9C
RGB
CMYK
RGB Variations
Color information
#1D0F9C (or 0x1D0F9C) is known color: Ultramarine. HEX triplet: 1D, 0F and 9C. RGB value is (29,15,156). Sum of RGB (Red+Green+Blue) = 29+15+156=200 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.5% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 156 (61.33% from 255 or 78% from 200); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D0F9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0F9C is #E2F063. Grayscale: #222222. Windows color (decimal): -14872676 or 10227485. OLE color: 10227485.
HSL color Cylindrical-coordinate representation of color #1D0F9C: hue angle of 245.96º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D0F9C is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 15 | 156 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.39 |
| HSL | 245.96º | 0.82% | 0.34% | - |
| HSV(B) | 245.96º | 0.9% | 0.61% | - |
| XYZ | 6.68 | 3 | 31.68 | - |
| YUV | 35.26 | 196.14 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 15 | 156 | 0.81 | 0.90 | 0 | 0.39 | 245.96 | 0.82 | 0.34 |
| Hex | 1D | F | 9C | 51 | 5A | 0 | 27 | F6 | 52 | 22 |
| Octal | 35 | 17 | 234 | 121 | 132 | 0 | 47 | 366 | 122 | 42 |
| Binary | 11101 | 1111 | 10011100 | 1010001 | 1011010 | 0 | 100111 | 11110110 | 1010010 | 100010 |
Color Harmonies of #1D0F9C
Complementary color
Monochromatic Colors of #1D0F9C
Black with #1D0F9C
Text Example
Text Example
White with #1D0F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0F9C; }
p { color: rgb(29,15,156); }
H1.HeaderClassName
{
color: #1D0F9C;
}
.AnyTagClassName
{
color: #1D0F9C;
}
</style>
background-color css
<style>
a { background-color: #1D0F9C; }
a { background-color: rgb(29,15,156); }
div.DivClassName
{
background-color: #1D0F9C;
}
.BgClassName
{
background-color: #1D0F9C;
}
</style>
border-color css
<style>
span { border-color: #1D0F9C; }
span { border-color: rgb(29,15,156); }
td.TdClassName
{
border-color: #1D0F9C;
}
.TagClassName
{
border-color: #1D0F9C;
}
</style>