Shades of Ultramarine #0D188F
Tints of Ultramarine #0D188F
RGB
CMYK
RGB Variations
Color information
#0D188F (or 0x0D188F) is known color: Ultramarine. HEX triplet: 0D, 18 and 8F. RGB value is (13,24,143). Sum of RGB (Red+Green+Blue) = 13+24+143=180 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.22% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 143 (56.25% from 255 or 79.44% from 180); Max value from RGB is 143 - color contains mainly: blue. Hex color #0D188F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D188F is #F2E770. Grayscale: #212121. Windows color (decimal): -15918961 or 9377805. OLE color: 9377805.
HSL color Cylindrical-coordinate representation of color #0D188F: hue angle of 234.92º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D188F is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 24 | 143 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.44 |
| HSL | 234.92º | 0.83% | 0.31% | - |
| HSV(B) | 234.92º | 0.91% | 0.56% | - |
| XYZ | 5.45 | 2.72 | 26.22 | - |
| YUV | 34.28 | 189.36 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 24 | 143 | 0.91 | 0.83 | 0 | 0.44 | 234.92 | 0.83 | 0.31 |
| Hex | D | 18 | 8F | 5B | 53 | 0 | 2C | EB | 53 | 1F |
| Octal | 15 | 30 | 217 | 133 | 123 | 0 | 54 | 353 | 123 | 37 |
| Binary | 1101 | 11000 | 10001111 | 1011011 | 1010011 | 0 | 101100 | 11101011 | 1010011 | 11111 |
Color Harmonies of #0D188F
Complementary color
Monochromatic Colors of #0D188F
Black with #0D188F
Text Example
Text Example
White with #0D188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D188F; }
p { color: rgb(13,24,143); }
H1.HeaderClassName
{
color: #0D188F;
}
.AnyTagClassName
{
color: #0D188F;
}
</style>
background-color css
<style>
a { background-color: #0D188F; }
a { background-color: rgb(13,24,143); }
div.DivClassName
{
background-color: #0D188F;
}
.BgClassName
{
background-color: #0D188F;
}
</style>
border-color css
<style>
span { border-color: #0D188F; }
span { border-color: rgb(13,24,143); }
td.TdClassName
{
border-color: #0D188F;
}
.TagClassName
{
border-color: #0D188F;
}
</style>