Shades of Ultramarine #0C199B
Tints of Ultramarine #0C199B
RGB
CMYK
RGB Variations
Color information
#0C199B (or 0x0C199B) is known color: Ultramarine. HEX triplet: 0C, 19 and 9B. RGB value is (12,25,155). Sum of RGB (Red+Green+Blue) = 12+25+155=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 155 (60.94% from 255 or 80.73% from 192); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C199B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C199B is #F3E664. Grayscale: #232323. Windows color (decimal): -15984229 or 10164492. OLE color: 10164492.
HSL color Cylindrical-coordinate representation of color #0C199B: hue angle of 234.55º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C199B is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 12 | 25 | 155 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.39 |
| HSL | 234.55º | 0.86% | 0.33% | - |
| HSV(B) | 234.55º | 0.92% | 0.61% | - |
| XYZ | 6.42 | 3.14 | 31.28 | - |
| YUV | 35.93 | 195.19 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 25 | 155 | 0.92 | 0.84 | 0 | 0.39 | 234.55 | 0.86 | 0.33 |
| Hex | C | 19 | 9B | 5C | 54 | 0 | 27 | EB | 56 | 21 |
| Octal | 14 | 31 | 233 | 134 | 124 | 0 | 47 | 353 | 126 | 41 |
| Binary | 1100 | 11001 | 10011011 | 1011100 | 1010100 | 0 | 100111 | 11101011 | 1010110 | 100001 |
Color Harmonies of #0C199B
Complementary color
Monochromatic Colors of #0C199B
Black with #0C199B
Text Example
Text Example
White with #0C199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C199B; }
p { color: rgb(12,25,155); }
H1.HeaderClassName
{
color: #0C199B;
}
.AnyTagClassName
{
color: #0C199B;
}
</style>
background-color css
<style>
a { background-color: #0C199B; }
a { background-color: rgb(12,25,155); }
div.DivClassName
{
background-color: #0C199B;
}
.BgClassName
{
background-color: #0C199B;
}
</style>
border-color css
<style>
span { border-color: #0C199B; }
span { border-color: rgb(12,25,155); }
td.TdClassName
{
border-color: #0C199B;
}
.TagClassName
{
border-color: #0C199B;
}
</style>