Shades of Ultramarine #1D0B8B
Tints of Ultramarine #1D0B8B
RGB
CMYK
RGB Variations
Color information
#1D0B8B (or 0x1D0B8B) is known color: Ultramarine. HEX triplet: 1D, 0B and 8B. RGB value is (29,11,139). Sum of RGB (Red+Green+Blue) = 29+11+139=179 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.20% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 139 (54.69% from 255 or 77.65% from 179); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D0B8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0B8B is #E2F474. Grayscale: #1E1E1E. Windows color (decimal): -14873717 or 9112349. OLE color: 9112349.
HSL color Cylindrical-coordinate representation of color #1D0B8B: hue angle of 248.44º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D0B8B is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 11 | 139 | - |
| CMYK | 0.79 | 0.92 | 0 | 0.45 |
| HSL | 248.44º | 0.85% | 0.29% | - |
| HSV(B) | 248.44º | 0.92% | 0.55% | - |
| XYZ | 5.29 | 2.36 | 24.6 | - |
| YUV | 30.97 | 188.96 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 11 | 139 | 0.79 | 0.92 | 0 | 0.45 | 248.44 | 0.85 | 0.29 |
| Hex | 1D | B | 8B | 4F | 5C | 0 | 2D | F8 | 55 | 1D |
| Octal | 35 | 13 | 213 | 117 | 134 | 0 | 55 | 370 | 125 | 35 |
| Binary | 11101 | 1011 | 10001011 | 1001111 | 1011100 | 0 | 101101 | 11111000 | 1010101 | 11101 |
Color Harmonies of #1D0B8B
Complementary color
Monochromatic Colors of #1D0B8B
Black with #1D0B8B
Text Example
Text Example
White with #1D0B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0B8B; }
p { color: rgb(29,11,139); }
H1.HeaderClassName
{
color: #1D0B8B;
}
.AnyTagClassName
{
color: #1D0B8B;
}
</style>
background-color css
<style>
a { background-color: #1D0B8B; }
a { background-color: rgb(29,11,139); }
div.DivClassName
{
background-color: #1D0B8B;
}
.BgClassName
{
background-color: #1D0B8B;
}
</style>
border-color css
<style>
span { border-color: #1D0B8B; }
span { border-color: rgb(29,11,139); }
td.TdClassName
{
border-color: #1D0B8B;
}
.TagClassName
{
border-color: #1D0B8B;
}
</style>