Shades of Ultramarine #0D117F
Tints of Ultramarine #0D117F
RGB
CMYK
RGB Variations
Color information
#0D117F (or 0x0D117F) is known color: Ultramarine. HEX triplet: 0D, 11 and 7F. RGB value is (13,17,127). Sum of RGB (Red+Green+Blue) = 13+17+127=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 127 (50% from 255 or 80.89% from 157); Max value from RGB is 127 - color contains mainly: blue. Hex color #0D117F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D117F is #F2EE80. Grayscale: #1B1B1B. Windows color (decimal): -15920769 or 8327437. OLE color: 8327437.
HSL color Cylindrical-coordinate representation of color #0D117F: hue angle of 237.89º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D117F is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 13 | 17 | 127 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.50 |
| HSL | 237.89º | 0.81% | 0.27% | - |
| HSV(B) | 237.89º | 0.9% | 0.5% | - |
| XYZ | 4.2 | 2.02 | 20.25 | - |
| YUV | 28.34 | 183.67 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 17 | 127 | 0.90 | 0.87 | 0 | 0.50 | 237.89 | 0.81 | 0.27 |
| Hex | D | 11 | 7F | 5A | 57 | 0 | 32 | EE | 51 | 1B |
| Octal | 15 | 21 | 177 | 132 | 127 | 0 | 62 | 356 | 121 | 33 |
| Binary | 1101 | 10001 | 1111111 | 1011010 | 1010111 | 0 | 110010 | 11101110 | 1010001 | 11011 |
Color Harmonies of #0D117F
Complementary color
Monochromatic Colors of #0D117F
Black with #0D117F
Text Example
Text Example
White with #0D117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D117F; }
p { color: rgb(13,17,127); }
H1.HeaderClassName
{
color: #0D117F;
}
.AnyTagClassName
{
color: #0D117F;
}
</style>
background-color css
<style>
a { background-color: #0D117F; }
a { background-color: rgb(13,17,127); }
div.DivClassName
{
background-color: #0D117F;
}
.BgClassName
{
background-color: #0D117F;
}
</style>
border-color css
<style>
span { border-color: #0D117F; }
span { border-color: rgb(13,17,127); }
td.TdClassName
{
border-color: #0D117F;
}
.TagClassName
{
border-color: #0D117F;
}
</style>