Shades of Ultramarine #0F009B
Tints of Ultramarine #0F009B
RGB
CMYK
RGB Variations
Color information
#0F009B (or 0x0F009B) is known color: Ultramarine. HEX triplet: 0F, 00 and 9B. RGB value is (15,0,155). Sum of RGB (Red+Green+Blue) = 15+0+155=170 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.82% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 155 (60.94% from 255 or 91.18% from 170); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F009B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F009B is #F0FF64. Grayscale: #151515. Windows color (decimal): -15794021 or 10158095. OLE color: 10158095.
HSL color Cylindrical-coordinate representation of color #0F009B: hue angle of 245.81º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F009B is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 0 | 155 | - |
| CMYK | 0.90 | 1 | 0 | 0.39 |
| HSL | 245.81º | 1% | 0.3% | - |
| HSV(B) | 245.81º | 1% | 0.61% | - |
| XYZ | 6.11 | 2.47 | 31.16 | - |
| YUV | 22.16 | 202.97 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 155 | 0.90 | 1 | 0 | 0.39 | 245.81 | 1 | 0.3 |
| Hex | F | 0 | 9B | 5A | 64 | 0 | 27 | F6 | 64 | 1E |
| Octal | 17 | 0 | 233 | 132 | 144 | 0 | 47 | 366 | 144 | 36 |
| Binary | 1111 | 0 | 10011011 | 1011010 | 1100100 | 0 | 100111 | 11110110 | 1100100 | 11110 |
Color Harmonies of #0F009B
Complementary color
Monochromatic Colors of #0F009B
Black with #0F009B
Text Example
Text Example
White with #0F009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F009B; }
p { color: rgb(15,0,155); }
H1.HeaderClassName
{
color: #0F009B;
}
.AnyTagClassName
{
color: #0F009B;
}
</style>
background-color css
<style>
a { background-color: #0F009B; }
a { background-color: rgb(15,0,155); }
div.DivClassName
{
background-color: #0F009B;
}
.BgClassName
{
background-color: #0F009B;
}
</style>
border-color css
<style>
span { border-color: #0F009B; }
span { border-color: rgb(15,0,155); }
td.TdClassName
{
border-color: #0F009B;
}
.TagClassName
{
border-color: #0F009B;
}
</style>