Shades of Ultramarine #0F039B
Tints of Ultramarine #0F039B
RGB
CMYK
RGB Variations
Color information
#0F039B (or 0x0F039B) is known color: Ultramarine. HEX triplet: 0F, 03 and 9B. RGB value is (15,3,155). Sum of RGB (Red+Green+Blue) = 15+3+155=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 155 (60.94% from 255 or 89.60% from 173); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F039B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F039B is #F0FC64. Grayscale: #171717. Windows color (decimal): -15793253 or 10158863. OLE color: 10158863.
HSL color Cylindrical-coordinate representation of color #0F039B: hue angle of 244.74º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F039B is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 3 | 155 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.39 |
| HSL | 244.74º | 0.96% | 0.31% | - |
| HSV(B) | 244.74º | 0.98% | 0.61% | - |
| XYZ | 6.15 | 2.53 | 31.18 | - |
| YUV | 23.92 | 201.98 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 155 | 0.90 | 0.98 | 0 | 0.39 | 244.74 | 0.96 | 0.31 |
| Hex | F | 3 | 9B | 5A | 62 | 0 | 27 | F5 | 60 | 1F |
| Octal | 17 | 3 | 233 | 132 | 142 | 0 | 47 | 365 | 140 | 37 |
| Binary | 1111 | 11 | 10011011 | 1011010 | 1100010 | 0 | 100111 | 11110101 | 1100000 | 11111 |
Color Harmonies of #0F039B
Complementary color
Monochromatic Colors of #0F039B
Black with #0F039B
Text Example
Text Example
White with #0F039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F039B; }
p { color: rgb(15,3,155); }
H1.HeaderClassName
{
color: #0F039B;
}
.AnyTagClassName
{
color: #0F039B;
}
</style>
background-color css
<style>
a { background-color: #0F039B; }
a { background-color: rgb(15,3,155); }
div.DivClassName
{
background-color: #0F039B;
}
.BgClassName
{
background-color: #0F039B;
}
</style>
border-color css
<style>
span { border-color: #0F039B; }
span { border-color: rgb(15,3,155); }
td.TdClassName
{
border-color: #0F039B;
}
.TagClassName
{
border-color: #0F039B;
}
</style>