Shades of Ultramarine #1D228B
Tints of Ultramarine #1D228B
RGB
CMYK
RGB Variations
Color information
#1D228B (or 0x1D228B) is known color: Ultramarine. HEX triplet: 1D, 22 and 8B. RGB value is (29,34,139). Sum of RGB (Red+Green+Blue) = 29+34+139=202 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.36% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 139 (54.69% from 255 or 68.81% from 202); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D228B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D228B is #E2DD74. Grayscale: #2C2C2C. Windows color (decimal): -14867829 or 9118237. OLE color: 9118237.
HSL color Cylindrical-coordinate representation of color #1D228B: hue angle of 237.27º degrees, saturation: 0.65, 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 #1D228B is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 34 | 139 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.45 |
| HSL | 237.27º | 0.65% | 0.33% | - |
| HSV(B) | 237.27º | 0.79% | 0.55% | - |
| XYZ | 5.74 | 3.27 | 24.75 | - |
| YUV | 44.48 | 181.34 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 34 | 139 | 0.79 | 0.76 | 0 | 0.45 | 237.27 | 0.65 | 0.33 |
| Hex | 1D | 22 | 8B | 4F | 4C | 0 | 2D | ED | 41 | 21 |
| Octal | 35 | 42 | 213 | 117 | 114 | 0 | 55 | 355 | 101 | 41 |
| Binary | 11101 | 100010 | 10001011 | 1001111 | 1001100 | 0 | 101101 | 11101101 | 1000001 | 100001 |
Color Harmonies of #1D228B
Complementary color
Monochromatic Colors of #1D228B
Black with #1D228B
Text Example
Text Example
White with #1D228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D228B; }
p { color: rgb(29,34,139); }
H1.HeaderClassName
{
color: #1D228B;
}
.AnyTagClassName
{
color: #1D228B;
}
</style>
background-color css
<style>
a { background-color: #1D228B; }
a { background-color: rgb(29,34,139); }
div.DivClassName
{
background-color: #1D228B;
}
.BgClassName
{
background-color: #1D228B;
}
</style>
border-color css
<style>
span { border-color: #1D228B; }
span { border-color: rgb(29,34,139); }
td.TdClassName
{
border-color: #1D228B;
}
.TagClassName
{
border-color: #1D228B;
}
</style>