Shades of Ultramarine #0F0395
Tints of Ultramarine #0F0395
RGB
CMYK
RGB Variations
Color information
#0F0395 (or 0x0F0395) is known color: Ultramarine. HEX triplet: 0F, 03 and 95. RGB value is (15,3,149). Sum of RGB (Red+Green+Blue) = 15+3+149=167 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.98% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 149 (58.59% from 255 or 89.22% from 167); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F0395 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0395 is #F0FC6A. Grayscale: #161616. Windows color (decimal): -15793259 or 9765647. OLE color: 9765647.
HSL color Cylindrical-coordinate representation of color #0F0395: hue angle of 244.93º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F0395 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 3 | 149 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.42 |
| HSL | 244.93º | 0.96% | 0.3% | - |
| HSV(B) | 244.93º | 0.98% | 0.58% | - |
| XYZ | 5.65 | 2.34 | 28.59 | - |
| YUV | 23.23 | 198.98 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 149 | 0.90 | 0.98 | 0 | 0.42 | 244.93 | 0.96 | 0.3 |
| Hex | F | 3 | 95 | 5A | 62 | 0 | 2A | F5 | 60 | 1E |
| Octal | 17 | 3 | 225 | 132 | 142 | 0 | 52 | 365 | 140 | 36 |
| Binary | 1111 | 11 | 10010101 | 1011010 | 1100010 | 0 | 101010 | 11110101 | 1100000 | 11110 |
Color Harmonies of #0F0395
Complementary color
Monochromatic Colors of #0F0395
Black with #0F0395
Text Example
Text Example
White with #0F0395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0395; }
p { color: rgb(15,3,149); }
H1.HeaderClassName
{
color: #0F0395;
}
.AnyTagClassName
{
color: #0F0395;
}
</style>
background-color css
<style>
a { background-color: #0F0395; }
a { background-color: rgb(15,3,149); }
div.DivClassName
{
background-color: #0F0395;
}
.BgClassName
{
background-color: #0F0395;
}
</style>
border-color css
<style>
span { border-color: #0F0395; }
span { border-color: rgb(15,3,149); }
td.TdClassName
{
border-color: #0F0395;
}
.TagClassName
{
border-color: #0F0395;
}
</style>