Shades of Ultramarine #0F129B
Tints of Ultramarine #0F129B
RGB
CMYK
RGB Variations
Color information
#0F129B (or 0x0F129B) is known color: Ultramarine. HEX triplet: 0F, 12 and 9B. RGB value is (15,18,155). Sum of RGB (Red+Green+Blue) = 15+18+155=188 (24% of max value = 765). Red value is 15 (6.25% from 255 or 7.98% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 155 (60.94% from 255 or 82.45% from 188); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F129B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F129B is #F0ED64. Grayscale: #202020. Windows color (decimal): -15789413 or 10162703. OLE color: 10162703.
HSL color Cylindrical-coordinate representation of color #0F129B: hue angle of 238.71º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F129B is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 18 | 155 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.39 |
| HSL | 238.71º | 0.82% | 0.33% | - |
| HSV(B) | 238.71º | 0.9% | 0.61% | - |
| XYZ | 6.33 | 2.9 | 31.24 | - |
| YUV | 32.72 | 197.01 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 18 | 155 | 0.90 | 0.88 | 0 | 0.39 | 238.71 | 0.82 | 0.33 |
| Hex | F | 12 | 9B | 5A | 58 | 0 | 27 | EF | 52 | 21 |
| Octal | 17 | 22 | 233 | 132 | 130 | 0 | 47 | 357 | 122 | 41 |
| Binary | 1111 | 10010 | 10011011 | 1011010 | 1011000 | 0 | 100111 | 11101111 | 1010010 | 100001 |
Color Harmonies of #0F129B
Complementary color
Monochromatic Colors of #0F129B
Black with #0F129B
Text Example
Text Example
White with #0F129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F129B; }
p { color: rgb(15,18,155); }
H1.HeaderClassName
{
color: #0F129B;
}
.AnyTagClassName
{
color: #0F129B;
}
</style>
background-color css
<style>
a { background-color: #0F129B; }
a { background-color: rgb(15,18,155); }
div.DivClassName
{
background-color: #0F129B;
}
.BgClassName
{
background-color: #0F129B;
}
</style>
border-color css
<style>
span { border-color: #0F129B; }
span { border-color: rgb(15,18,155); }
td.TdClassName
{
border-color: #0F129B;
}
.TagClassName
{
border-color: #0F129B;
}
</style>