Shades of Ultramarine #0D1482
Tints of Ultramarine #0D1482
RGB
CMYK
RGB Variations
Color information
#0D1482 (or 0x0D1482) is known color: Ultramarine. HEX triplet: 0D, 14 and 82. RGB value is (13,20,130). Sum of RGB (Red+Green+Blue) = 13+20+130=163 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.98% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 130 (51.17% from 255 or 79.75% from 163); Max value from RGB is 130 - color contains mainly: blue. Hex color #0D1482 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1482 is #F2EB7D. Grayscale: #1E1E1E. Windows color (decimal): -15919998 or 8524813. OLE color: 8524813.
HSL color Cylindrical-coordinate representation of color #0D1482: hue angle of 236.41º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1482 is Cyan = 0.9, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 20 | 130 | - |
| CMYK | 0.9 | 0.85 | 0 | 0.49 |
| HSL | 236.41º | 0.82% | 0.28% | - |
| HSV(B) | 236.41º | 0.9% | 0.51% | - |
| XYZ | 4.45 | 2.2 | 21.31 | - |
| YUV | 30.45 | 184.18 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 130 | 0.9 | 0.85 | 0 | 0.49 | 236.41 | 0.82 | 0.28 |
| Hex | D | 14 | 82 | 5A | 55 | 0 | 31 | EC | 52 | 1C |
| Octal | 15 | 24 | 202 | 132 | 125 | 0 | 61 | 354 | 122 | 34 |
| Binary | 1101 | 10100 | 10000010 | 1011010 | 1010101 | 0 | 110001 | 11101100 | 1010010 | 11100 |
Color Harmonies of #0D1482
Complementary color
Monochromatic Colors of #0D1482
Black with #0D1482
Text Example
Text Example
White with #0D1482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1482; }
p { color: rgb(13,20,130); }
H1.HeaderClassName
{
color: #0D1482;
}
.AnyTagClassName
{
color: #0D1482;
}
</style>
background-color css
<style>
a { background-color: #0D1482; }
a { background-color: rgb(13,20,130); }
div.DivClassName
{
background-color: #0D1482;
}
.BgClassName
{
background-color: #0D1482;
}
</style>
border-color css
<style>
span { border-color: #0D1482; }
span { border-color: rgb(13,20,130); }
td.TdClassName
{
border-color: #0D1482;
}
.TagClassName
{
border-color: #0D1482;
}
</style>