Shades of Ultramarine #0F0384
Tints of Ultramarine #0F0384
RGB
CMYK
RGB Variations
Color information
#0F0384 (or 0x0F0384) is known color: Ultramarine. HEX triplet: 0F, 03 and 84. RGB value is (15,3,132). Sum of RGB (Red+Green+Blue) = 15+3+132=150 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 132 (51.95% from 255 or 88% from 150); Max value from RGB is 132 - color contains mainly: blue. Hex color #0F0384 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0384 is #F0FC7B. Grayscale: #141414. Windows color (decimal): -15793276 or 8651535. OLE color: 8651535.
HSL color Cylindrical-coordinate representation of color #0F0384: hue angle of 245.58º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F0384 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 3 | 132 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.48 |
| HSL | 245.58º | 0.96% | 0.26% | - |
| HSV(B) | 245.58º | 0.98% | 0.52% | - |
| XYZ | 4.39 | 1.83 | 21.95 | - |
| YUV | 21.29 | 190.48 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 132 | 0.89 | 0.98 | 0 | 0.48 | 245.58 | 0.96 | 0.26 |
| Hex | F | 3 | 84 | 59 | 62 | 0 | 30 | F6 | 60 | 1A |
| Octal | 17 | 3 | 204 | 131 | 142 | 0 | 60 | 366 | 140 | 32 |
| Binary | 1111 | 11 | 10000100 | 1011001 | 1100010 | 0 | 110000 | 11110110 | 1100000 | 11010 |
Color Harmonies of #0F0384
Complementary color
Monochromatic Colors of #0F0384
Black with #0F0384
Text Example
Text Example
White with #0F0384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0384; }
p { color: rgb(15,3,132); }
H1.HeaderClassName
{
color: #0F0384;
}
.AnyTagClassName
{
color: #0F0384;
}
</style>
background-color css
<style>
a { background-color: #0F0384; }
a { background-color: rgb(15,3,132); }
div.DivClassName
{
background-color: #0F0384;
}
.BgClassName
{
background-color: #0F0384;
}
</style>
border-color css
<style>
span { border-color: #0F0384; }
span { border-color: rgb(15,3,132); }
td.TdClassName
{
border-color: #0F0384;
}
.TagClassName
{
border-color: #0F0384;
}
</style>