Shades of Ultramarine #0D148B
Tints of Ultramarine #0D148B
RGB
CMYK
RGB Variations
Color information
#0D148B (or 0x0D148B) is known color: Ultramarine. HEX triplet: 0D, 14 and 8B. RGB value is (13,20,139). Sum of RGB (Red+Green+Blue) = 13+20+139=172 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.56% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 139 (54.69% from 255 or 80.81% from 172); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D148B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D148B is #F2EB74. Grayscale: #1E1E1E. Windows color (decimal): -15919989 or 9114637. OLE color: 9114637.
HSL color Cylindrical-coordinate representation of color #0D148B: hue angle of 236.67º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D148B is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 20 | 139 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.45 |
| HSL | 236.67º | 0.83% | 0.3% | - |
| HSV(B) | 236.67º | 0.91% | 0.55% | - |
| XYZ | 5.08 | 2.45 | 24.63 | - |
| YUV | 31.47 | 188.68 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 139 | 0.91 | 0.86 | 0 | 0.45 | 236.67 | 0.83 | 0.3 |
| Hex | D | 14 | 8B | 5B | 56 | 0 | 2D | ED | 53 | 1E |
| Octal | 15 | 24 | 213 | 133 | 126 | 0 | 55 | 355 | 123 | 36 |
| Binary | 1101 | 10100 | 10001011 | 1011011 | 1010110 | 0 | 101101 | 11101101 | 1010011 | 11110 |
Color Harmonies of #0D148B
Complementary color
Monochromatic Colors of #0D148B
Black with #0D148B
Text Example
Text Example
White with #0D148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D148B; }
p { color: rgb(13,20,139); }
H1.HeaderClassName
{
color: #0D148B;
}
.AnyTagClassName
{
color: #0D148B;
}
</style>
background-color css
<style>
a { background-color: #0D148B; }
a { background-color: rgb(13,20,139); }
div.DivClassName
{
background-color: #0D148B;
}
.BgClassName
{
background-color: #0D148B;
}
</style>
border-color css
<style>
span { border-color: #0D148B; }
span { border-color: rgb(13,20,139); }
td.TdClassName
{
border-color: #0D148B;
}
.TagClassName
{
border-color: #0D148B;
}
</style>