Shades of Ultramarine #1D1F9C
Tints of Ultramarine #1D1F9C
RGB
CMYK
RGB Variations
Color information
#1D1F9C (or 0x1D1F9C) is known color: Ultramarine. HEX triplet: 1D, 1F and 9C. RGB value is (29,31,156). Sum of RGB (Red+Green+Blue) = 29+31+156=216 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.43% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 156 (61.33% from 255 or 72.22% from 216); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D1F9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D1F9C is #E2E063. Grayscale: #2C2C2C. Windows color (decimal): -14868580 or 10231581. OLE color: 10231581.
HSL color Cylindrical-coordinate representation of color #1D1F9C: hue angle of 239.06º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D1F9C is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 31 | 156 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.39 |
| HSL | 239.06º | 0.69% | 0.36% | - |
| HSV(B) | 239.06º | 0.81% | 0.61% | - |
| XYZ | 7 | 3.64 | 31.79 | - |
| YUV | 44.65 | 190.84 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 31 | 156 | 0.81 | 0.80 | 0 | 0.39 | 239.06 | 0.69 | 0.36 |
| Hex | 1D | 1F | 9C | 51 | 50 | 0 | 27 | EF | 45 | 24 |
| Octal | 35 | 37 | 234 | 121 | 120 | 0 | 47 | 357 | 105 | 44 |
| Binary | 11101 | 11111 | 10011100 | 1010001 | 1010000 | 0 | 100111 | 11101111 | 1000101 | 100100 |
Color Harmonies of #1D1F9C
Complementary color
Monochromatic Colors of #1D1F9C
Black with #1D1F9C
Text Example
Text Example
White with #1D1F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1F9C; }
p { color: rgb(29,31,156); }
H1.HeaderClassName
{
color: #1D1F9C;
}
.AnyTagClassName
{
color: #1D1F9C;
}
</style>
background-color css
<style>
a { background-color: #1D1F9C; }
a { background-color: rgb(29,31,156); }
div.DivClassName
{
background-color: #1D1F9C;
}
.BgClassName
{
background-color: #1D1F9C;
}
</style>
border-color css
<style>
span { border-color: #1D1F9C; }
span { border-color: rgb(29,31,156); }
td.TdClassName
{
border-color: #1D1F9C;
}
.TagClassName
{
border-color: #1D1F9C;
}
</style>