Shades of Ultramarine #0D1A8B
Tints of Ultramarine #0D1A8B
RGB
CMYK
RGB Variations
Color information
#0D1A8B (or 0x0D1A8B) is known color: Ultramarine. HEX triplet: 0D, 1A and 8B. RGB value is (13,26,139). Sum of RGB (Red+Green+Blue) = 13+26+139=178 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.30% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 139 (54.69% from 255 or 78.09% from 178); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D1A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1A8B is #F2E574. Grayscale: #222222. Windows color (decimal): -15918453 or 9116173. OLE color: 9116173.
HSL color Cylindrical-coordinate representation of color #0D1A8B: hue angle of 233.81º 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 #0D1A8B is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 26 | 139 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.45 |
| HSL | 233.81º | 0.83% | 0.3% | - |
| HSV(B) | 233.81º | 0.91% | 0.55% | - |
| XYZ | 5.2 | 2.69 | 24.67 | - |
| YUV | 35 | 186.69 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 26 | 139 | 0.91 | 0.81 | 0 | 0.45 | 233.81 | 0.83 | 0.3 |
| Hex | D | 1A | 8B | 5B | 51 | 0 | 2D | EA | 53 | 1E |
| Octal | 15 | 32 | 213 | 133 | 121 | 0 | 55 | 352 | 123 | 36 |
| Binary | 1101 | 11010 | 10001011 | 1011011 | 1010001 | 0 | 101101 | 11101010 | 1010011 | 11110 |
Color Harmonies of #0D1A8B
Complementary color
Monochromatic Colors of #0D1A8B
Black with #0D1A8B
Text Example
Text Example
White with #0D1A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1A8B; }
p { color: rgb(13,26,139); }
H1.HeaderClassName
{
color: #0D1A8B;
}
.AnyTagClassName
{
color: #0D1A8B;
}
</style>
background-color css
<style>
a { background-color: #0D1A8B; }
a { background-color: rgb(13,26,139); }
div.DivClassName
{
background-color: #0D1A8B;
}
.BgClassName
{
background-color: #0D1A8B;
}
</style>
border-color css
<style>
span { border-color: #0D1A8B; }
span { border-color: rgb(13,26,139); }
td.TdClassName
{
border-color: #0D1A8B;
}
.TagClassName
{
border-color: #0D1A8B;
}
</style>