Shades of Ultramarine #0D1B89
Tints of Ultramarine #0D1B89
RGB
CMYK
RGB Variations
Color information
#0D1B89 (or 0x0D1B89) is known color: Ultramarine. HEX triplet: 0D, 1B and 89. RGB value is (13,27,137). Sum of RGB (Red+Green+Blue) = 13+27+137=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 137 (53.91% from 255 or 77.40% from 177); Max value from RGB is 137 - color contains mainly: blue. Hex color #0D1B89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1B89 is #F2E476. Grayscale: #222222. Windows color (decimal): -15918199 or 8985357. OLE color: 8985357.
HSL color Cylindrical-coordinate representation of color #0D1B89: hue angle of 233.23º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D1B89 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 27 | 137 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.46 |
| HSL | 233.23º | 0.83% | 0.29% | - |
| HSV(B) | 233.23º | 0.91% | 0.54% | - |
| XYZ | 5.07 | 2.68 | 23.92 | - |
| YUV | 35.35 | 185.36 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 27 | 137 | 0.91 | 0.80 | 0 | 0.46 | 233.23 | 0.83 | 0.29 |
| Hex | D | 1B | 89 | 5B | 50 | 0 | 2E | E9 | 53 | 1D |
| Octal | 15 | 33 | 211 | 133 | 120 | 0 | 56 | 351 | 123 | 35 |
| Binary | 1101 | 11011 | 10001001 | 1011011 | 1010000 | 0 | 101110 | 11101001 | 1010011 | 11101 |
Color Harmonies of #0D1B89
Complementary color
Monochromatic Colors of #0D1B89
Black with #0D1B89
Text Example
Text Example
White with #0D1B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1B89; }
p { color: rgb(13,27,137); }
H1.HeaderClassName
{
color: #0D1B89;
}
.AnyTagClassName
{
color: #0D1B89;
}
</style>
background-color css
<style>
a { background-color: #0D1B89; }
a { background-color: rgb(13,27,137); }
div.DivClassName
{
background-color: #0D1B89;
}
.BgClassName
{
background-color: #0D1B89;
}
</style>
border-color css
<style>
span { border-color: #0D1B89; }
span { border-color: rgb(13,27,137); }
td.TdClassName
{
border-color: #0D1B89;
}
.TagClassName
{
border-color: #0D1B89;
}
</style>