Shades of Ultramarine #0C0F90
Tints of Ultramarine #0C0F90
RGB
CMYK
RGB Variations
Color information
#0C0F90 (or 0x0C0F90) is known color: Ultramarine. HEX triplet: 0C, 0F and 90. RGB value is (12,15,144). Sum of RGB (Red+Green+Blue) = 12+15+144=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 144 (56.64% from 255 or 84.21% from 171); Max value from RGB is 144 - color contains mainly: blue. Hex color #0C0F90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0F90 is #F3F06F. Grayscale: #1C1C1C. Windows color (decimal): -15986800 or 9441036. OLE color: 9441036.
HSL color Cylindrical-coordinate representation of color #0C0F90: hue angle of 238.64º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C0F90 is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 15 | 144 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.44 |
| HSL | 238.64º | 0.85% | 0.31% | - |
| HSV(B) | 238.64º | 0.92% | 0.56% | - |
| XYZ | 5.36 | 2.43 | 26.57 | - |
| YUV | 28.81 | 193.01 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 15 | 144 | 0.92 | 0.90 | 0 | 0.44 | 238.64 | 0.85 | 0.31 |
| Hex | C | F | 90 | 5C | 5A | 0 | 2C | EF | 55 | 1F |
| Octal | 14 | 17 | 220 | 134 | 132 | 0 | 54 | 357 | 125 | 37 |
| Binary | 1100 | 1111 | 10010000 | 1011100 | 1011010 | 0 | 101100 | 11101111 | 1010101 | 11111 |
Color Harmonies of #0C0F90
Complementary color
Monochromatic Colors of #0C0F90
Black with #0C0F90
Text Example
Text Example
White with #0C0F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0F90; }
p { color: rgb(12,15,144); }
H1.HeaderClassName
{
color: #0C0F90;
}
.AnyTagClassName
{
color: #0C0F90;
}
</style>
background-color css
<style>
a { background-color: #0C0F90; }
a { background-color: rgb(12,15,144); }
div.DivClassName
{
background-color: #0C0F90;
}
.BgClassName
{
background-color: #0C0F90;
}
</style>
border-color css
<style>
span { border-color: #0C0F90; }
span { border-color: rgb(12,15,144); }
td.TdClassName
{
border-color: #0C0F90;
}
.TagClassName
{
border-color: #0C0F90;
}
</style>