Shades of Ultramarine #0C128A
Tints of Ultramarine #0C128A
RGB
CMYK
RGB Variations
Color information
#0C128A (or 0x0C128A) is known color: Ultramarine. HEX triplet: 0C, 12 and 8A. RGB value is (12,18,138). Sum of RGB (Red+Green+Blue) = 12+18+138=168 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.14% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 138 (54.30% from 255 or 82.14% from 168); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C128A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C128A is #F3ED75. Grayscale: #1D1D1D. Windows color (decimal): -15986038 or 9048588. OLE color: 9048588.
HSL color Cylindrical-coordinate representation of color #0C128A: hue angle of 237.14º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C128A is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 18 | 138 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.46 |
| HSL | 237.14º | 0.84% | 0.29% | - |
| HSV(B) | 237.14º | 0.91% | 0.54% | - |
| XYZ | 4.96 | 2.35 | 24.24 | - |
| YUV | 29.89 | 189.01 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 18 | 138 | 0.91 | 0.87 | 0 | 0.46 | 237.14 | 0.84 | 0.29 |
| Hex | C | 12 | 8A | 5B | 57 | 0 | 2E | ED | 54 | 1D |
| Octal | 14 | 22 | 212 | 133 | 127 | 0 | 56 | 355 | 124 | 35 |
| Binary | 1100 | 10010 | 10001010 | 1011011 | 1010111 | 0 | 101110 | 11101101 | 1010100 | 11101 |
Color Harmonies of #0C128A
Complementary color
Monochromatic Colors of #0C128A
Black with #0C128A
Text Example
Text Example
White with #0C128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C128A; }
p { color: rgb(12,18,138); }
H1.HeaderClassName
{
color: #0C128A;
}
.AnyTagClassName
{
color: #0C128A;
}
</style>
background-color css
<style>
a { background-color: #0C128A; }
a { background-color: rgb(12,18,138); }
div.DivClassName
{
background-color: #0C128A;
}
.BgClassName
{
background-color: #0C128A;
}
</style>
border-color css
<style>
span { border-color: #0C128A; }
span { border-color: rgb(12,18,138); }
td.TdClassName
{
border-color: #0C128A;
}
.TagClassName
{
border-color: #0C128A;
}
</style>