Shades of Ultramarine #0D178A
Tints of Ultramarine #0D178A
RGB
CMYK
RGB Variations
Color information
#0D178A (or 0x0D178A) is known color: Ultramarine. HEX triplet: 0D, 17 and 8A. RGB value is (13,23,138). Sum of RGB (Red+Green+Blue) = 13+23+138=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 138 (54.30% from 255 or 79.31% from 174); Max value from RGB is 138 - color contains mainly: blue. Hex color #0D178A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D178A is #F2E875. Grayscale: #202020. Windows color (decimal): -15919222 or 9049869. OLE color: 9049869.
HSL color Cylindrical-coordinate representation of color #0D178A: hue angle of 235.2º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D178A is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 23 | 138 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.46 |
| HSL | 235.2º | 0.83% | 0.3% | - |
| HSV(B) | 235.2º | 0.91% | 0.54% | - |
| XYZ | 5.06 | 2.53 | 24.27 | - |
| YUV | 33.12 | 187.19 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 23 | 138 | 0.91 | 0.83 | 0 | 0.46 | 235.2 | 0.83 | 0.3 |
| Hex | D | 17 | 8A | 5B | 53 | 0 | 2E | EB | 53 | 1E |
| Octal | 15 | 27 | 212 | 133 | 123 | 0 | 56 | 353 | 123 | 36 |
| Binary | 1101 | 10111 | 10001010 | 1011011 | 1010011 | 0 | 101110 | 11101011 | 1010011 | 11110 |
Color Harmonies of #0D178A
Complementary color
Monochromatic Colors of #0D178A
Black with #0D178A
Text Example
Text Example
White with #0D178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D178A; }
p { color: rgb(13,23,138); }
H1.HeaderClassName
{
color: #0D178A;
}
.AnyTagClassName
{
color: #0D178A;
}
</style>
background-color css
<style>
a { background-color: #0D178A; }
a { background-color: rgb(13,23,138); }
div.DivClassName
{
background-color: #0D178A;
}
.BgClassName
{
background-color: #0D178A;
}
</style>
border-color css
<style>
span { border-color: #0D178A; }
span { border-color: rgb(13,23,138); }
td.TdClassName
{
border-color: #0D178A;
}
.TagClassName
{
border-color: #0D178A;
}
</style>