Shades of Ultramarine #0F028F
Tints of Ultramarine #0F028F
RGB
CMYK
RGB Variations
Color information
#0F028F (or 0x0F028F) is known color: Ultramarine. HEX triplet: 0F, 02 and 8F. RGB value is (15,2,143). Sum of RGB (Red+Green+Blue) = 15+2+143=160 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.38% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 143 (56.25% from 255 or 89.38% from 160); Max value from RGB is 143 - color contains mainly: blue. Hex color #0F028F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F028F is #F0FD70. Grayscale: #151515. Windows color (decimal): -15793521 or 9372175. OLE color: 9372175.
HSL color Cylindrical-coordinate representation of color #0F028F: hue angle of 245.53º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F028F is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 2 | 143 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.44 |
| HSL | 245.53º | 0.97% | 0.28% | - |
| HSV(B) | 245.53º | 0.99% | 0.56% | - |
| XYZ | 5.18 | 2.13 | 26.12 | - |
| YUV | 21.96 | 196.31 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 143 | 0.90 | 0.99 | 0 | 0.44 | 245.53 | 0.97 | 0.28 |
| Hex | F | 2 | 8F | 5A | 63 | 0 | 2C | F6 | 61 | 1C |
| Octal | 17 | 2 | 217 | 132 | 143 | 0 | 54 | 366 | 141 | 34 |
| Binary | 1111 | 10 | 10001111 | 1011010 | 1100011 | 0 | 101100 | 11110110 | 1100001 | 11100 |
Color Harmonies of #0F028F
Complementary color
Monochromatic Colors of #0F028F
Black with #0F028F
Text Example
Text Example
White with #0F028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F028F; }
p { color: rgb(15,2,143); }
H1.HeaderClassName
{
color: #0F028F;
}
.AnyTagClassName
{
color: #0F028F;
}
</style>
background-color css
<style>
a { background-color: #0F028F; }
a { background-color: rgb(15,2,143); }
div.DivClassName
{
background-color: #0F028F;
}
.BgClassName
{
background-color: #0F028F;
}
</style>
border-color css
<style>
span { border-color: #0F028F; }
span { border-color: rgb(15,2,143); }
td.TdClassName
{
border-color: #0F028F;
}
.TagClassName
{
border-color: #0F028F;
}
</style>