Shades of Ultramarine #0D14A2
Tints of Ultramarine #0D14A2
RGB
CMYK
RGB Variations
Color information
#0D14A2 (or 0x0D14A2) is known color: Ultramarine. HEX triplet: 0D, 14 and A2. RGB value is (13,20,162). Sum of RGB (Red+Green+Blue) = 13+20+162=195 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.67% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 162 (63.67% from 255 or 83.08% from 195); Max value from RGB is 162 - color contains mainly: blue. Hex color #0D14A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D14A2 is #F2EB5D. Grayscale: #212121. Windows color (decimal): -15919966 or 10621965. OLE color: 10621965.
HSL color Cylindrical-coordinate representation of color #0D14A2: hue angle of 237.18º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D14A2 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 20 | 162 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.36 |
| HSL | 237.18º | 0.85% | 0.34% | - |
| HSV(B) | 237.18º | 0.92% | 0.64% | - |
| XYZ | 6.94 | 3.19 | 34.43 | - |
| YUV | 34.1 | 200.18 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 162 | 0.92 | 0.88 | 0 | 0.36 | 237.18 | 0.85 | 0.34 |
| Hex | D | 14 | A2 | 5C | 58 | 0 | 24 | ED | 55 | 22 |
| Octal | 15 | 24 | 242 | 134 | 130 | 0 | 44 | 355 | 125 | 42 |
| Binary | 1101 | 10100 | 10100010 | 1011100 | 1011000 | 0 | 100100 | 11101101 | 1010101 | 100010 |
Color Harmonies of #0D14A2
Complementary color
Monochromatic Colors of #0D14A2
Black with #0D14A2
Text Example
Text Example
White with #0D14A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D14A2; }
p { color: rgb(13,20,162); }
H1.HeaderClassName
{
color: #0D14A2;
}
.AnyTagClassName
{
color: #0D14A2;
}
</style>
background-color css
<style>
a { background-color: #0D14A2; }
a { background-color: rgb(13,20,162); }
div.DivClassName
{
background-color: #0D14A2;
}
.BgClassName
{
background-color: #0D14A2;
}
</style>
border-color css
<style>
span { border-color: #0D14A2; }
span { border-color: rgb(13,20,162); }
td.TdClassName
{
border-color: #0D14A2;
}
.TagClassName
{
border-color: #0D14A2;
}
</style>