Shades of Ultramarine #0F0182
Tints of Ultramarine #0F0182
RGB
CMYK
RGB Variations
Color information
#0F0182 (or 0x0F0182) is known color: Ultramarine. HEX triplet: 0F, 01 and 82. RGB value is (15,1,130). Sum of RGB (Red+Green+Blue) = 15+1+130=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 130 (51.17% from 255 or 89.04% from 146); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F0182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0182 is #F0FE7D. Grayscale: #131313. Windows color (decimal): -15793790 or 8519951. OLE color: 8519951.
HSL color Cylindrical-coordinate representation of color #0F0182: hue angle of 246.51º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F0182 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 1 | 130 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.49 |
| HSL | 246.51º | 0.98% | 0.26% | - |
| HSV(B) | 246.51º | 0.99% | 0.51% | - |
| XYZ | 4.24 | 1.73 | 21.23 | - |
| YUV | 19.89 | 190.14 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 130 | 0.88 | 0.99 | 0 | 0.49 | 246.51 | 0.98 | 0.26 |
| Hex | F | 1 | 82 | 58 | 63 | 0 | 31 | F7 | 62 | 1A |
| Octal | 17 | 1 | 202 | 130 | 143 | 0 | 61 | 367 | 142 | 32 |
| Binary | 1111 | 1 | 10000010 | 1011000 | 1100011 | 0 | 110001 | 11110111 | 1100010 | 11010 |
Color Harmonies of #0F0182
Complementary color
Monochromatic Colors of #0F0182
Black with #0F0182
Text Example
Text Example
White with #0F0182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0182; }
p { color: rgb(15,1,130); }
H1.HeaderClassName
{
color: #0F0182;
}
.AnyTagClassName
{
color: #0F0182;
}
</style>
background-color css
<style>
a { background-color: #0F0182; }
a { background-color: rgb(15,1,130); }
div.DivClassName
{
background-color: #0F0182;
}
.BgClassName
{
background-color: #0F0182;
}
</style>
border-color css
<style>
span { border-color: #0F0182; }
span { border-color: rgb(15,1,130); }
td.TdClassName
{
border-color: #0F0182;
}
.TagClassName
{
border-color: #0F0182;
}
</style>