Shades of Ultramarine #0F0391
Tints of Ultramarine #0F0391
RGB
CMYK
RGB Variations
Color information
#0F0391 (or 0x0F0391) is known color: Ultramarine. HEX triplet: 0F, 03 and 91. RGB value is (15,3,145). Sum of RGB (Red+Green+Blue) = 15+3+145=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 145 (57.03% from 255 or 88.96% from 163); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F0391 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0391 is #F0FC6E. Grayscale: #161616. Windows color (decimal): -15793263 or 9503503. OLE color: 9503503.
HSL color Cylindrical-coordinate representation of color #0F0391: hue angle of 245.07º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F0391 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 3 | 145 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.43 |
| HSL | 245.07º | 0.96% | 0.29% | - |
| HSV(B) | 245.07º | 0.98% | 0.57% | - |
| XYZ | 5.34 | 2.21 | 26.93 | - |
| YUV | 22.78 | 196.98 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 145 | 0.90 | 0.98 | 0 | 0.43 | 245.07 | 0.96 | 0.29 |
| Hex | F | 3 | 91 | 5A | 62 | 0 | 2B | F5 | 60 | 1D |
| Octal | 17 | 3 | 221 | 132 | 142 | 0 | 53 | 365 | 140 | 35 |
| Binary | 1111 | 11 | 10010001 | 1011010 | 1100010 | 0 | 101011 | 11110101 | 1100000 | 11101 |
Color Harmonies of #0F0391
Complementary color
Monochromatic Colors of #0F0391
Black with #0F0391
Text Example
Text Example
White with #0F0391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0391; }
p { color: rgb(15,3,145); }
H1.HeaderClassName
{
color: #0F0391;
}
.AnyTagClassName
{
color: #0F0391;
}
</style>
background-color css
<style>
a { background-color: #0F0391; }
a { background-color: rgb(15,3,145); }
div.DivClassName
{
background-color: #0F0391;
}
.BgClassName
{
background-color: #0F0391;
}
</style>
border-color css
<style>
span { border-color: #0F0391; }
span { border-color: rgb(15,3,145); }
td.TdClassName
{
border-color: #0F0391;
}
.TagClassName
{
border-color: #0F0391;
}
</style>