Shades of Ultramarine #0C1C9D
Tints of Ultramarine #0C1C9D
RGB
CMYK
RGB Variations
Color information
#0C1C9D (or 0x0C1C9D) is known color: Ultramarine. HEX triplet: 0C, 1C and 9D. RGB value is (12,28,157). Sum of RGB (Red+Green+Blue) = 12+28+157=197 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.09% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 157 (61.72% from 255 or 79.70% from 197); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C1C9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1C9D is #F3E362. Grayscale: #252525. Windows color (decimal): -15983459 or 10296332. OLE color: 10296332.
HSL color Cylindrical-coordinate representation of color #0C1C9D: hue angle of 233.38º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C1C9D is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 28 | 157 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.38 |
| HSL | 233.38º | 0.86% | 0.33% | - |
| HSV(B) | 233.38º | 0.92% | 0.62% | - |
| XYZ | 6.65 | 3.34 | 32.19 | - |
| YUV | 37.92 | 195.2 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 28 | 157 | 0.92 | 0.82 | 0 | 0.38 | 233.38 | 0.86 | 0.33 |
| Hex | C | 1C | 9D | 5C | 52 | 0 | 26 | E9 | 56 | 21 |
| Octal | 14 | 34 | 235 | 134 | 122 | 0 | 46 | 351 | 126 | 41 |
| Binary | 1100 | 11100 | 10011101 | 1011100 | 1010010 | 0 | 100110 | 11101001 | 1010110 | 100001 |
Color Harmonies of #0C1C9D
Complementary color
Monochromatic Colors of #0C1C9D
Black with #0C1C9D
Text Example
Text Example
White with #0C1C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1C9D; }
p { color: rgb(12,28,157); }
H1.HeaderClassName
{
color: #0C1C9D;
}
.AnyTagClassName
{
color: #0C1C9D;
}
</style>
background-color css
<style>
a { background-color: #0C1C9D; }
a { background-color: rgb(12,28,157); }
div.DivClassName
{
background-color: #0C1C9D;
}
.BgClassName
{
background-color: #0C1C9D;
}
</style>
border-color css
<style>
span { border-color: #0C1C9D; }
span { border-color: rgb(12,28,157); }
td.TdClassName
{
border-color: #0C1C9D;
}
.TagClassName
{
border-color: #0C1C9D;
}
</style>