Shades of Ultramarine #0F129C
Tints of Ultramarine #0F129C
RGB
CMYK
RGB Variations
Color information
#0F129C (or 0x0F129C) is known color: Ultramarine. HEX triplet: 0F, 12 and 9C. RGB value is (15,18,156). Sum of RGB (Red+Green+Blue) = 15+18+156=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 156 (61.33% from 255 or 82.54% from 189); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F129C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F129C is #F0ED63. Grayscale: #202020. Windows color (decimal): -15789412 or 10228239. OLE color: 10228239.
HSL color Cylindrical-coordinate representation of color #0F129C: hue angle of 238.72º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F129C is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 18 | 156 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.39 |
| HSL | 238.72º | 0.82% | 0.34% | - |
| HSV(B) | 238.72º | 0.9% | 0.61% | - |
| XYZ | 6.41 | 2.93 | 31.68 | - |
| YUV | 32.84 | 197.51 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 18 | 156 | 0.90 | 0.88 | 0 | 0.39 | 238.72 | 0.82 | 0.34 |
| Hex | F | 12 | 9C | 5A | 58 | 0 | 27 | EF | 52 | 22 |
| Octal | 17 | 22 | 234 | 132 | 130 | 0 | 47 | 357 | 122 | 42 |
| Binary | 1111 | 10010 | 10011100 | 1011010 | 1011000 | 0 | 100111 | 11101111 | 1010010 | 100010 |
Color Harmonies of #0F129C
Complementary color
Monochromatic Colors of #0F129C
Black with #0F129C
Text Example
Text Example
White with #0F129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F129C; }
p { color: rgb(15,18,156); }
H1.HeaderClassName
{
color: #0F129C;
}
.AnyTagClassName
{
color: #0F129C;
}
</style>
background-color css
<style>
a { background-color: #0F129C; }
a { background-color: rgb(15,18,156); }
div.DivClassName
{
background-color: #0F129C;
}
.BgClassName
{
background-color: #0F129C;
}
</style>
border-color css
<style>
span { border-color: #0F129C; }
span { border-color: rgb(15,18,156); }
td.TdClassName
{
border-color: #0F129C;
}
.TagClassName
{
border-color: #0F129C;
}
</style>