Shades of Ultramarine #0D1485
Tints of Ultramarine #0D1485
RGB
CMYK
RGB Variations
Color information
#0D1485 (or 0x0D1485) is known color: Ultramarine. HEX triplet: 0D, 14 and 85. RGB value is (13,20,133). Sum of RGB (Red+Green+Blue) = 13+20+133=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 133 (52.34% from 255 or 80.12% from 166); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D1485 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1485 is #F2EB7A. Grayscale: #1E1E1E. Windows color (decimal): -15919995 or 8721421. OLE color: 8721421.
HSL color Cylindrical-coordinate representation of color #0D1485: hue angle of 236.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1485 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 20 | 133 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.48 |
| HSL | 236.5º | 0.82% | 0.29% | - |
| HSV(B) | 236.5º | 0.9% | 0.52% | - |
| XYZ | 4.65 | 2.28 | 22.39 | - |
| YUV | 30.79 | 185.68 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 133 | 0.90 | 0.85 | 0 | 0.48 | 236.5 | 0.82 | 0.29 |
| Hex | D | 14 | 85 | 5A | 55 | 0 | 30 | EC | 52 | 1D |
| Octal | 15 | 24 | 205 | 132 | 125 | 0 | 60 | 354 | 122 | 35 |
| Binary | 1101 | 10100 | 10000101 | 1011010 | 1010101 | 0 | 110000 | 11101100 | 1010010 | 11101 |
Color Harmonies of #0D1485
Complementary color
Monochromatic Colors of #0D1485
Black with #0D1485
Text Example
Text Example
White with #0D1485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1485; }
p { color: rgb(13,20,133); }
H1.HeaderClassName
{
color: #0D1485;
}
.AnyTagClassName
{
color: #0D1485;
}
</style>
background-color css
<style>
a { background-color: #0D1485; }
a { background-color: rgb(13,20,133); }
div.DivClassName
{
background-color: #0D1485;
}
.BgClassName
{
background-color: #0D1485;
}
</style>
border-color css
<style>
span { border-color: #0D1485; }
span { border-color: rgb(13,20,133); }
td.TdClassName
{
border-color: #0D1485;
}
.TagClassName
{
border-color: #0D1485;
}
</style>