Shades of Ultramarine #0C1F90
Tints of Ultramarine #0C1F90
RGB
CMYK
RGB Variations
Color information
#0C1F90 (or 0x0C1F90) is known color: Ultramarine. HEX triplet: 0C, 1F and 90. RGB value is (12,31,144). Sum of RGB (Red+Green+Blue) = 12+31+144=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 144 (56.64% from 255 or 77.01% from 187); Max value from RGB is 144 - color contains mainly: blue. Hex color #0C1F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1F90 is #F3E06F. Grayscale: #252525. Windows color (decimal): -15982704 or 9445132. OLE color: 9445132.
HSL color Cylindrical-coordinate representation of color #0C1F90: hue angle of 231.36º 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 #0C1F90 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 31 | 144 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.44 |
| HSL | 231.36º | 0.85% | 0.31% | - |
| HSV(B) | 231.36º | 0.92% | 0.56% | - |
| XYZ | 5.68 | 3.07 | 26.68 | - |
| YUV | 38.2 | 187.71 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 31 | 144 | 0.92 | 0.78 | 0 | 0.44 | 231.36 | 0.85 | 0.31 |
| Hex | C | 1F | 90 | 5C | 4E | 0 | 2C | E7 | 55 | 1F |
| Octal | 14 | 37 | 220 | 134 | 116 | 0 | 54 | 347 | 125 | 37 |
| Binary | 1100 | 11111 | 10010000 | 1011100 | 1001110 | 0 | 101100 | 11100111 | 1010101 | 11111 |
Color Harmonies of #0C1F90
Complementary color
Monochromatic Colors of #0C1F90
Black with #0C1F90
Text Example
Text Example
White with #0C1F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1F90; }
p { color: rgb(12,31,144); }
H1.HeaderClassName
{
color: #0C1F90;
}
.AnyTagClassName
{
color: #0C1F90;
}
</style>
background-color css
<style>
a { background-color: #0C1F90; }
a { background-color: rgb(12,31,144); }
div.DivClassName
{
background-color: #0C1F90;
}
.BgClassName
{
background-color: #0C1F90;
}
</style>
border-color css
<style>
span { border-color: #0C1F90; }
span { border-color: rgb(12,31,144); }
td.TdClassName
{
border-color: #0C1F90;
}
.TagClassName
{
border-color: #0C1F90;
}
</style>