Shades of Ultramarine #0F2095
Tints of Ultramarine #0F2095
RGB
CMYK
RGB Variations
Color information
#0F2095 (or 0x0F2095) is known color: Ultramarine. HEX triplet: 0F, 20 and 95. RGB value is (15,32,149). Sum of RGB (Red+Green+Blue) = 15+32+149=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 149 (58.59% from 255 or 76.02% from 196); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F2095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2095 is #F0DF6A. Grayscale: #272727. Windows color (decimal): -15785835 or 9773071. OLE color: 9773071.
HSL color Cylindrical-coordinate representation of color #0F2095: hue angle of 232.39º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F2095 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 32 | 149 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.42 |
| HSL | 232.39º | 0.82% | 0.32% | - |
| HSV(B) | 232.39º | 0.9% | 0.58% | - |
| XYZ | 6.14 | 3.3 | 28.75 | - |
| YUV | 40.26 | 189.37 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 149 | 0.90 | 0.79 | 0 | 0.42 | 232.39 | 0.82 | 0.32 |
| Hex | F | 20 | 95 | 5A | 4F | 0 | 2A | E8 | 52 | 20 |
| Octal | 17 | 40 | 225 | 132 | 117 | 0 | 52 | 350 | 122 | 40 |
| Binary | 1111 | 100000 | 10010101 | 1011010 | 1001111 | 0 | 101010 | 11101000 | 1010010 | 100000 |
Color Harmonies of #0F2095
Complementary color
Monochromatic Colors of #0F2095
Black with #0F2095
Text Example
Text Example
White with #0F2095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2095; }
p { color: rgb(15,32,149); }
H1.HeaderClassName
{
color: #0F2095;
}
.AnyTagClassName
{
color: #0F2095;
}
</style>
background-color css
<style>
a { background-color: #0F2095; }
a { background-color: rgb(15,32,149); }
div.DivClassName
{
background-color: #0F2095;
}
.BgClassName
{
background-color: #0F2095;
}
</style>
border-color css
<style>
span { border-color: #0F2095; }
span { border-color: rgb(15,32,149); }
td.TdClassName
{
border-color: #0F2095;
}
.TagClassName
{
border-color: #0F2095;
}
</style>