Shades of Ultramarine #1D258D
Tints of Ultramarine #1D258D
RGB
CMYK
RGB Variations
Color information
#1D258D (or 0x1D258D) is known color: Ultramarine. HEX triplet: 1D, 25 and 8D. RGB value is (29,37,141). Sum of RGB (Red+Green+Blue) = 29+37+141=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 141 (55.47% from 255 or 68.12% from 207); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D258D is #E2DA72. Grayscale: #2E2E2E. Windows color (decimal): -14867059 or 9250077. OLE color: 9250077.
HSL color Cylindrical-coordinate representation of color #1D258D: hue angle of 235.71º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D258D is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 37 | 141 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.45 |
| HSL | 235.71º | 0.66% | 0.33% | - |
| HSV(B) | 235.71º | 0.79% | 0.55% | - |
| XYZ | 5.98 | 3.51 | 25.56 | - |
| YUV | 46.46 | 181.35 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 141 | 0.79 | 0.74 | 0 | 0.45 | 235.71 | 0.66 | 0.33 |
| Hex | 1D | 25 | 8D | 4F | 4A | 0 | 2D | EC | 42 | 21 |
| Octal | 35 | 45 | 215 | 117 | 112 | 0 | 55 | 354 | 102 | 41 |
| Binary | 11101 | 100101 | 10001101 | 1001111 | 1001010 | 0 | 101101 | 11101100 | 1000010 | 100001 |
Color Harmonies of #1D258D
Complementary color
Monochromatic Colors of #1D258D
Black with #1D258D
Text Example
Text Example
White with #1D258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D258D; }
p { color: rgb(29,37,141); }
H1.HeaderClassName
{
color: #1D258D;
}
.AnyTagClassName
{
color: #1D258D;
}
</style>
background-color css
<style>
a { background-color: #1D258D; }
a { background-color: rgb(29,37,141); }
div.DivClassName
{
background-color: #1D258D;
}
.BgClassName
{
background-color: #1D258D;
}
</style>
border-color css
<style>
span { border-color: #1D258D; }
span { border-color: rgb(29,37,141); }
td.TdClassName
{
border-color: #1D258D;
}
.TagClassName
{
border-color: #1D258D;
}
</style>