Shades of Ultramarine #0C1E94
Tints of Ultramarine #0C1E94
RGB
CMYK
RGB Variations
Color information
#0C1E94 (or 0x0C1E94) is known color: Ultramarine. HEX triplet: 0C, 1E and 94. RGB value is (12,30,148). Sum of RGB (Red+Green+Blue) = 12+30+148=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 148 (58.20% from 255 or 77.89% from 190); Max value from RGB is 148 - color contains mainly: blue. Hex color #0C1E94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1E94 is #F3E16B. Grayscale: #252525. Windows color (decimal): -15982956 or 9707020. OLE color: 9707020.
HSL color Cylindrical-coordinate representation of color #0C1E94: hue angle of 232.06º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C1E94 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 30 | 148 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.42 |
| HSL | 232.06º | 0.85% | 0.31% | - |
| HSV(B) | 232.06º | 0.92% | 0.58% | - |
| XYZ | 5.96 | 3.14 | 28.31 | - |
| YUV | 38.07 | 190.04 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 30 | 148 | 0.92 | 0.80 | 0 | 0.42 | 232.06 | 0.85 | 0.31 |
| Hex | C | 1E | 94 | 5C | 50 | 0 | 2A | E8 | 55 | 1F |
| Octal | 14 | 36 | 224 | 134 | 120 | 0 | 52 | 350 | 125 | 37 |
| Binary | 1100 | 11110 | 10010100 | 1011100 | 1010000 | 0 | 101010 | 11101000 | 1010101 | 11111 |
Color Harmonies of #0C1E94
Complementary color
Monochromatic Colors of #0C1E94
Black with #0C1E94
Text Example
Text Example
White with #0C1E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1E94; }
p { color: rgb(12,30,148); }
H1.HeaderClassName
{
color: #0C1E94;
}
.AnyTagClassName
{
color: #0C1E94;
}
</style>
background-color css
<style>
a { background-color: #0C1E94; }
a { background-color: rgb(12,30,148); }
div.DivClassName
{
background-color: #0C1E94;
}
.BgClassName
{
background-color: #0C1E94;
}
</style>
border-color css
<style>
span { border-color: #0C1E94; }
span { border-color: rgb(12,30,148); }
td.TdClassName
{
border-color: #0C1E94;
}
.TagClassName
{
border-color: #0C1E94;
}
</style>