Shades of Ultramarine #0D1F92
Tints of Ultramarine #0D1F92
RGB
CMYK
RGB Variations
Color information
#0D1F92 (or 0x0D1F92) is known color: Ultramarine. HEX triplet: 0D, 1F and 92. RGB value is (13,31,146). Sum of RGB (Red+Green+Blue) = 13+31+146=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 146 (57.42% from 255 or 76.84% from 190); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D1F92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1F92 is #F2E06D. Grayscale: #262626. Windows color (decimal): -15917166 or 9576205. OLE color: 9576205.
HSL color Cylindrical-coordinate representation of color #0D1F92: hue angle of 231.88º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D1F92 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 31 | 146 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.43 |
| HSL | 231.88º | 0.84% | 0.31% | - |
| HSV(B) | 231.88º | 0.91% | 0.57% | - |
| XYZ | 5.84 | 3.14 | 27.49 | - |
| YUV | 38.73 | 188.54 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 31 | 146 | 0.91 | 0.79 | 0 | 0.43 | 231.88 | 0.84 | 0.31 |
| Hex | D | 1F | 92 | 5B | 4F | 0 | 2B | E8 | 54 | 1F |
| Octal | 15 | 37 | 222 | 133 | 117 | 0 | 53 | 350 | 124 | 37 |
| Binary | 1101 | 11111 | 10010010 | 1011011 | 1001111 | 0 | 101011 | 11101000 | 1010100 | 11111 |
Color Harmonies of #0D1F92
Complementary color
Monochromatic Colors of #0D1F92
Black with #0D1F92
Text Example
Text Example
White with #0D1F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1F92; }
p { color: rgb(13,31,146); }
H1.HeaderClassName
{
color: #0D1F92;
}
.AnyTagClassName
{
color: #0D1F92;
}
</style>
background-color css
<style>
a { background-color: #0D1F92; }
a { background-color: rgb(13,31,146); }
div.DivClassName
{
background-color: #0D1F92;
}
.BgClassName
{
background-color: #0D1F92;
}
</style>
border-color css
<style>
span { border-color: #0D1F92; }
span { border-color: rgb(13,31,146); }
td.TdClassName
{
border-color: #0D1F92;
}
.TagClassName
{
border-color: #0D1F92;
}
</style>