Shades of Ultramarine #0F0181
Tints of Ultramarine #0F0181
RGB
CMYK
RGB Variations
Color information
#0F0181 (or 0x0F0181) is known color: Ultramarine. HEX triplet: 0F, 01 and 81. RGB value is (15,1,129). Sum of RGB (Red+Green+Blue) = 15+1+129=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 129 (50.78% from 255 or 88.97% from 145); Max value from RGB is 129 - color contains mainly: blue. Hex color #0F0181 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0181 is #F0FE7E. Grayscale: #131313. Windows color (decimal): -15793791 or 8454415. OLE color: 8454415.
HSL color Cylindrical-coordinate representation of color #0F0181: hue angle of 246.56º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F0181 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 1 | 129 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.49 |
| HSL | 246.56º | 0.98% | 0.25% | - |
| HSV(B) | 246.56º | 0.99% | 0.51% | - |
| XYZ | 4.17 | 1.71 | 20.88 | - |
| YUV | 19.78 | 189.64 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 129 | 0.88 | 0.99 | 0 | 0.49 | 246.56 | 0.98 | 0.25 |
| Hex | F | 1 | 81 | 58 | 63 | 0 | 31 | F7 | 62 | 19 |
| Octal | 17 | 1 | 201 | 130 | 143 | 0 | 61 | 367 | 142 | 31 |
| Binary | 1111 | 1 | 10000001 | 1011000 | 1100011 | 0 | 110001 | 11110111 | 1100010 | 11001 |
Color Harmonies of #0F0181
Complementary color
Monochromatic Colors of #0F0181
Black with #0F0181
Text Example
Text Example
White with #0F0181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0181; }
p { color: rgb(15,1,129); }
H1.HeaderClassName
{
color: #0F0181;
}
.AnyTagClassName
{
color: #0F0181;
}
</style>
background-color css
<style>
a { background-color: #0F0181; }
a { background-color: rgb(15,1,129); }
div.DivClassName
{
background-color: #0F0181;
}
.BgClassName
{
background-color: #0F0181;
}
</style>
border-color css
<style>
span { border-color: #0F0181; }
span { border-color: rgb(15,1,129); }
td.TdClassName
{
border-color: #0F0181;
}
.TagClassName
{
border-color: #0F0181;
}
</style>