Shades of Ultramarine #1D128B
Tints of Ultramarine #1D128B
RGB
CMYK
RGB Variations
Color information
#1D128B (or 0x1D128B) is known color: Ultramarine. HEX triplet: 1D, 12 and 8B. RGB value is (29,18,139). Sum of RGB (Red+Green+Blue) = 29+18+139=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 139 (54.69% from 255 or 74.73% from 186); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D128B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D128B is #E2ED74. Grayscale: #222222. Windows color (decimal): -14871925 or 9114141. OLE color: 9114141.
HSL color Cylindrical-coordinate representation of color #1D128B: hue angle of 245.45º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D128B is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 18 | 139 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.45 |
| HSL | 245.45º | 0.77% | 0.31% | - |
| HSV(B) | 245.45º | 0.87% | 0.55% | - |
| XYZ | 5.38 | 2.56 | 24.64 | - |
| YUV | 35.08 | 186.64 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 139 | 0.79 | 0.87 | 0 | 0.45 | 245.45 | 0.77 | 0.31 |
| Hex | 1D | 12 | 8B | 4F | 57 | 0 | 2D | F5 | 4D | 1F |
| Octal | 35 | 22 | 213 | 117 | 127 | 0 | 55 | 365 | 115 | 37 |
| Binary | 11101 | 10010 | 10001011 | 1001111 | 1010111 | 0 | 101101 | 11110101 | 1001101 | 11111 |
Color Harmonies of #1D128B
Complementary color
Monochromatic Colors of #1D128B
Black with #1D128B
Text Example
Text Example
White with #1D128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D128B; }
p { color: rgb(29,18,139); }
H1.HeaderClassName
{
color: #1D128B;
}
.AnyTagClassName
{
color: #1D128B;
}
</style>
background-color css
<style>
a { background-color: #1D128B; }
a { background-color: rgb(29,18,139); }
div.DivClassName
{
background-color: #1D128B;
}
.BgClassName
{
background-color: #1D128B;
}
</style>
border-color css
<style>
span { border-color: #1D128B; }
span { border-color: rgb(29,18,139); }
td.TdClassName
{
border-color: #1D128B;
}
.TagClassName
{
border-color: #1D128B;
}
</style>