Shades of Ultramarine #1D018B
Tints of Ultramarine #1D018B
RGB
CMYK
RGB Variations
Color information
#1D018B (or 0x1D018B) is known color: Ultramarine. HEX triplet: 1D, 01 and 8B. RGB value is (29,1,139). Sum of RGB (Red+Green+Blue) = 29+1+139=169 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.16% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 139 (54.69% from 255 or 82.25% from 169); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D018B is #E2FE74. Grayscale: #181818. Windows color (decimal): -14876277 or 9109789. OLE color: 9109789.
HSL color Cylindrical-coordinate representation of color #1D018B: hue angle of 252.17º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D018B is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 1 | 139 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.45 |
| HSL | 252.17º | 0.99% | 0.27% | - |
| HSV(B) | 252.17º | 0.99% | 0.55% | - |
| XYZ | 5.18 | 2.15 | 24.57 | - |
| YUV | 25.1 | 192.28 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 139 | 0.79 | 0.99 | 0 | 0.45 | 252.17 | 0.99 | 0.27 |
| Hex | 1D | 1 | 8B | 4F | 63 | 0 | 2D | FC | 63 | 1B |
| Octal | 35 | 1 | 213 | 117 | 143 | 0 | 55 | 374 | 143 | 33 |
| Binary | 11101 | 1 | 10001011 | 1001111 | 1100011 | 0 | 101101 | 11111100 | 1100011 | 11011 |
Color Harmonies of #1D018B
Complementary color
Monochromatic Colors of #1D018B
Black with #1D018B
Text Example
Text Example
White with #1D018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D018B; }
p { color: rgb(29,1,139); }
H1.HeaderClassName
{
color: #1D018B;
}
.AnyTagClassName
{
color: #1D018B;
}
</style>
background-color css
<style>
a { background-color: #1D018B; }
a { background-color: rgb(29,1,139); }
div.DivClassName
{
background-color: #1D018B;
}
.BgClassName
{
background-color: #1D018B;
}
</style>
border-color css
<style>
span { border-color: #1D018B; }
span { border-color: rgb(29,1,139); }
td.TdClassName
{
border-color: #1D018B;
}
.TagClassName
{
border-color: #1D018B;
}
</style>