Shades of Ultramarine #1D148B
Tints of Ultramarine #1D148B
RGB
CMYK
RGB Variations
Color information
#1D148B (or 0x1D148B) is known color: Ultramarine. HEX triplet: 1D, 14 and 8B. RGB value is (29,20,139). Sum of RGB (Red+Green+Blue) = 29+20+139=188 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.43% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 139 (54.69% from 255 or 73.94% from 188); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D148B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D148B is #E2EB74. Grayscale: #232323. Windows color (decimal): -14871413 or 9114653. OLE color: 9114653.
HSL color Cylindrical-coordinate representation of color #1D148B: hue angle of 244.54º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D148B is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 20 | 139 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.45 |
| HSL | 244.54º | 0.75% | 0.31% | - |
| HSV(B) | 244.54º | 0.86% | 0.55% | - |
| XYZ | 5.42 | 2.63 | 24.65 | - |
| YUV | 36.26 | 185.98 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 139 | 0.79 | 0.86 | 0 | 0.45 | 244.54 | 0.75 | 0.31 |
| Hex | 1D | 14 | 8B | 4F | 56 | 0 | 2D | F5 | 4B | 1F |
| Octal | 35 | 24 | 213 | 117 | 126 | 0 | 55 | 365 | 113 | 37 |
| Binary | 11101 | 10100 | 10001011 | 1001111 | 1010110 | 0 | 101101 | 11110101 | 1001011 | 11111 |
Color Harmonies of #1D148B
Complementary color
Monochromatic Colors of #1D148B
Black with #1D148B
Text Example
Text Example
White with #1D148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D148B; }
p { color: rgb(29,20,139); }
H1.HeaderClassName
{
color: #1D148B;
}
.AnyTagClassName
{
color: #1D148B;
}
</style>
background-color css
<style>
a { background-color: #1D148B; }
a { background-color: rgb(29,20,139); }
div.DivClassName
{
background-color: #1D148B;
}
.BgClassName
{
background-color: #1D148B;
}
</style>
border-color css
<style>
span { border-color: #1D148B; }
span { border-color: rgb(29,20,139); }
td.TdClassName
{
border-color: #1D148B;
}
.TagClassName
{
border-color: #1D148B;
}
</style>