Shades of Ultramarine #0D1484
Tints of Ultramarine #0D1484
RGB
CMYK
RGB Variations
Color information
#0D1484 (or 0x0D1484) is known color: Ultramarine. HEX triplet: 0D, 14 and 84. RGB value is (13,20,132). Sum of RGB (Red+Green+Blue) = 13+20+132=165 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.88% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 132 (51.95% from 255 or 80% from 165); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D1484 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1484 is #F2EB7B. Grayscale: #1E1E1E. Windows color (decimal): -15919996 or 8655885. OLE color: 8655885.
HSL color Cylindrical-coordinate representation of color #0D1484: hue angle of 236.47º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1484 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 20 | 132 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.48 |
| HSL | 236.47º | 0.82% | 0.28% | - |
| HSV(B) | 236.47º | 0.9% | 0.52% | - |
| XYZ | 4.58 | 2.25 | 22.02 | - |
| YUV | 30.68 | 185.18 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 132 | 0.90 | 0.85 | 0 | 0.48 | 236.47 | 0.82 | 0.28 |
| Hex | D | 14 | 84 | 5A | 55 | 0 | 30 | EC | 52 | 1C |
| Octal | 15 | 24 | 204 | 132 | 125 | 0 | 60 | 354 | 122 | 34 |
| Binary | 1101 | 10100 | 10000100 | 1011010 | 1010101 | 0 | 110000 | 11101100 | 1010010 | 11100 |
Color Harmonies of #0D1484
Complementary color
Monochromatic Colors of #0D1484
Black with #0D1484
Text Example
Text Example
White with #0D1484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1484; }
p { color: rgb(13,20,132); }
H1.HeaderClassName
{
color: #0D1484;
}
.AnyTagClassName
{
color: #0D1484;
}
</style>
background-color css
<style>
a { background-color: #0D1484; }
a { background-color: rgb(13,20,132); }
div.DivClassName
{
background-color: #0D1484;
}
.BgClassName
{
background-color: #0D1484;
}
</style>
border-color css
<style>
span { border-color: #0D1484; }
span { border-color: rgb(13,20,132); }
td.TdClassName
{
border-color: #0D1484;
}
.TagClassName
{
border-color: #0D1484;
}
</style>