Shades of Ultramarine #1D14B6
Tints of Ultramarine #1D14B6
RGB
CMYK
RGB Variations
Color information
#1D14B6 (or 0x1D14B6) is known color: Ultramarine. HEX triplet: 1D, 14 and B6. RGB value is (29,20,182). Sum of RGB (Red+Green+Blue) = 29+20+182=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 182 (71.48% from 255 or 78.79% from 231); Max value from RGB is 182 - color contains mainly: blue. Hex color #1D14B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D14B6 is #E2EB49. Grayscale: #282828. Windows color (decimal): -14871370 or 11932701. OLE color: 11932701.
HSL color Cylindrical-coordinate representation of color #1D14B6: hue angle of 243.33º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D14B6 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 20 | 182 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.29 |
| HSL | 243.33º | 0.8% | 0.4% | - |
| HSV(B) | 243.33º | 0.89% | 0.71% | - |
| XYZ | 9.2 | 4.14 | 44.57 | - |
| YUV | 41.16 | 207.48 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 182 | 0.84 | 0.89 | 0 | 0.29 | 243.33 | 0.8 | 0.4 |
| Hex | 1D | 14 | B6 | 54 | 59 | 0 | 1D | F3 | 50 | 28 |
| Octal | 35 | 24 | 266 | 124 | 131 | 0 | 35 | 363 | 120 | 50 |
| Binary | 11101 | 10100 | 10110110 | 1010100 | 1011001 | 0 | 11101 | 11110011 | 1010000 | 101000 |
Color Harmonies of #1D14B6
Complementary color
Monochromatic Colors of #1D14B6
Black with #1D14B6
Text Example
Text Example
White with #1D14B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D14B6; }
p { color: rgb(29,20,182); }
H1.HeaderClassName
{
color: #1D14B6;
}
.AnyTagClassName
{
color: #1D14B6;
}
</style>
background-color css
<style>
a { background-color: #1D14B6; }
a { background-color: rgb(29,20,182); }
div.DivClassName
{
background-color: #1D14B6;
}
.BgClassName
{
background-color: #1D14B6;
}
</style>
border-color css
<style>
span { border-color: #1D14B6; }
span { border-color: rgb(29,20,182); }
td.TdClassName
{
border-color: #1D14B6;
}
.TagClassName
{
border-color: #1D14B6;
}
</style>