Shades of Ultramarine #0D1C88
Tints of Ultramarine #0D1C88
RGB
CMYK
RGB Variations
Color information
#0D1C88 (or 0x0D1C88) is known color: Ultramarine. HEX triplet: 0D, 1C and 88. RGB value is (13,28,136). Sum of RGB (Red+Green+Blue) = 13+28+136=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 136 (53.52% from 255 or 76.84% from 177); Max value from RGB is 136 - color contains mainly: blue. Hex color #0D1C88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1C88 is #F2E377. Grayscale: #232323. Windows color (decimal): -15917944 or 8920077. OLE color: 8920077.
HSL color Cylindrical-coordinate representation of color #0D1C88: hue angle of 232.68º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1C88 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 28 | 136 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.47 |
| HSL | 232.68º | 0.83% | 0.29% | - |
| HSV(B) | 232.68º | 0.9% | 0.53% | - |
| XYZ | 5.03 | 2.69 | 23.55 | - |
| YUV | 35.83 | 184.53 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 28 | 136 | 0.90 | 0.79 | 0 | 0.47 | 232.68 | 0.83 | 0.29 |
| Hex | D | 1C | 88 | 5A | 4F | 0 | 2F | E9 | 53 | 1D |
| Octal | 15 | 34 | 210 | 132 | 117 | 0 | 57 | 351 | 123 | 35 |
| Binary | 1101 | 11100 | 10001000 | 1011010 | 1001111 | 0 | 101111 | 11101001 | 1010011 | 11101 |
Color Harmonies of #0D1C88
Complementary color
Monochromatic Colors of #0D1C88
Black with #0D1C88
Text Example
Text Example
White with #0D1C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1C88; }
p { color: rgb(13,28,136); }
H1.HeaderClassName
{
color: #0D1C88;
}
.AnyTagClassName
{
color: #0D1C88;
}
</style>
background-color css
<style>
a { background-color: #0D1C88; }
a { background-color: rgb(13,28,136); }
div.DivClassName
{
background-color: #0D1C88;
}
.BgClassName
{
background-color: #0D1C88;
}
</style>
border-color css
<style>
span { border-color: #0D1C88; }
span { border-color: rgb(13,28,136); }
td.TdClassName
{
border-color: #0D1C88;
}
.TagClassName
{
border-color: #0D1C88;
}
</style>