Shades of Ultramarine #0F039D
Tints of Ultramarine #0F039D
RGB
CMYK
RGB Variations
Color information
#0F039D (or 0x0F039D) is known color: Ultramarine. HEX triplet: 0F, 03 and 9D. RGB value is (15,3,157). Sum of RGB (Red+Green+Blue) = 15+3+157=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 157 (61.72% from 255 or 89.71% from 175); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F039D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F039D is #F0FC62. Grayscale: #171717. Windows color (decimal): -15793251 or 10289935. OLE color: 10289935.
HSL color Cylindrical-coordinate representation of color #0F039D: hue angle of 244.68º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F039D is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 3 | 157 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.38 |
| HSL | 244.68º | 0.96% | 0.31% | - |
| HSV(B) | 244.68º | 0.98% | 0.62% | - |
| XYZ | 6.32 | 2.6 | 32.07 | - |
| YUV | 24.14 | 202.98 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 157 | 0.90 | 0.98 | 0 | 0.38 | 244.68 | 0.96 | 0.31 |
| Hex | F | 3 | 9D | 5A | 62 | 0 | 26 | F5 | 60 | 1F |
| Octal | 17 | 3 | 235 | 132 | 142 | 0 | 46 | 365 | 140 | 37 |
| Binary | 1111 | 11 | 10011101 | 1011010 | 1100010 | 0 | 100110 | 11110101 | 1100000 | 11111 |
Color Harmonies of #0F039D
Complementary color
Monochromatic Colors of #0F039D
Black with #0F039D
Text Example
Text Example
White with #0F039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F039D; }
p { color: rgb(15,3,157); }
H1.HeaderClassName
{
color: #0F039D;
}
.AnyTagClassName
{
color: #0F039D;
}
</style>
background-color css
<style>
a { background-color: #0F039D; }
a { background-color: rgb(15,3,157); }
div.DivClassName
{
background-color: #0F039D;
}
.BgClassName
{
background-color: #0F039D;
}
</style>
border-color css
<style>
span { border-color: #0F039D; }
span { border-color: rgb(15,3,157); }
td.TdClassName
{
border-color: #0F039D;
}
.TagClassName
{
border-color: #0F039D;
}
</style>