Shades of Ultramarine #0C1F87
Tints of Ultramarine #0C1F87
RGB
CMYK
RGB Variations
Color information
#0C1F87 (or 0x0C1F87) is known color: Ultramarine. HEX triplet: 0C, 1F and 87. RGB value is (12,31,135). Sum of RGB (Red+Green+Blue) = 12+31+135=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 135 (53.12% from 255 or 75.84% from 178); Max value from RGB is 135 - color contains mainly: blue. Hex color #0C1F87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1F87 is #F3E078. Grayscale: #242424. Windows color (decimal): -15982713 or 8855308. OLE color: 8855308.
HSL color Cylindrical-coordinate representation of color #0C1F87: hue angle of 230.73º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C1F87 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 31 | 135 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.47 |
| HSL | 230.73º | 0.84% | 0.29% | - |
| HSV(B) | 230.73º | 0.91% | 0.53% | - |
| XYZ | 5.01 | 2.81 | 23.2 | - |
| YUV | 37.18 | 183.21 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 31 | 135 | 0.91 | 0.77 | 0 | 0.47 | 230.73 | 0.84 | 0.29 |
| Hex | C | 1F | 87 | 5B | 4D | 0 | 2F | E7 | 54 | 1D |
| Octal | 14 | 37 | 207 | 133 | 115 | 0 | 57 | 347 | 124 | 35 |
| Binary | 1100 | 11111 | 10000111 | 1011011 | 1001101 | 0 | 101111 | 11100111 | 1010100 | 11101 |
Color Harmonies of #0C1F87
Complementary color
Monochromatic Colors of #0C1F87
Black with #0C1F87
Text Example
Text Example
White with #0C1F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1F87; }
p { color: rgb(12,31,135); }
H1.HeaderClassName
{
color: #0C1F87;
}
.AnyTagClassName
{
color: #0C1F87;
}
</style>
background-color css
<style>
a { background-color: #0C1F87; }
a { background-color: rgb(12,31,135); }
div.DivClassName
{
background-color: #0C1F87;
}
.BgClassName
{
background-color: #0C1F87;
}
</style>
border-color css
<style>
span { border-color: #0C1F87; }
span { border-color: rgb(12,31,135); }
td.TdClassName
{
border-color: #0C1F87;
}
.TagClassName
{
border-color: #0C1F87;
}
</style>