Shades of Ultramarine #0C028F
Tints of Ultramarine #0C028F
RGB
CMYK
RGB Variations
Color information
#0C028F (or 0x0C028F) is known color: Ultramarine. HEX triplet: 0C, 02 and 8F. RGB value is (12,2,143). Sum of RGB (Red+Green+Blue) = 12+2+143=157 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.64% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 143 (56.25% from 255 or 91.08% from 157); Max value from RGB is 143 - color contains mainly: blue. Hex color #0C028F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C028F is #F3FD70. Grayscale: #141414. Windows color (decimal): -15990129 or 9372172. OLE color: 9372172.
HSL color Cylindrical-coordinate representation of color #0C028F: hue angle of 244.26º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C028F is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 2 | 143 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.44 |
| HSL | 244.26º | 0.97% | 0.28% | - |
| HSV(B) | 244.26º | 0.99% | 0.56% | - |
| XYZ | 5.13 | 2.1 | 26.12 | - |
| YUV | 21.06 | 196.81 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 143 | 0.92 | 0.99 | 0 | 0.44 | 244.26 | 0.97 | 0.28 |
| Hex | C | 2 | 8F | 5C | 63 | 0 | 2C | F4 | 61 | 1C |
| Octal | 14 | 2 | 217 | 134 | 143 | 0 | 54 | 364 | 141 | 34 |
| Binary | 1100 | 10 | 10001111 | 1011100 | 1100011 | 0 | 101100 | 11110100 | 1100001 | 11100 |
Color Harmonies of #0C028F
Complementary color
Monochromatic Colors of #0C028F
Black with #0C028F
Text Example
Text Example
White with #0C028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C028F; }
p { color: rgb(12,2,143); }
H1.HeaderClassName
{
color: #0C028F;
}
.AnyTagClassName
{
color: #0C028F;
}
</style>
background-color css
<style>
a { background-color: #0C028F; }
a { background-color: rgb(12,2,143); }
div.DivClassName
{
background-color: #0C028F;
}
.BgClassName
{
background-color: #0C028F;
}
</style>
border-color css
<style>
span { border-color: #0C028F; }
span { border-color: rgb(12,2,143); }
td.TdClassName
{
border-color: #0C028F;
}
.TagClassName
{
border-color: #0C028F;
}
</style>