Shades of Ultramarine #10199C
Tints of Ultramarine #10199C
RGB
CMYK
RGB Variations
Color information
#10199C (or 0x10199C) is known color: Ultramarine. HEX triplet: 10, 19 and 9C. RGB value is (16,25,156). Sum of RGB (Red+Green+Blue) = 16+25+156=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 156 (61.33% from 255 or 79.19% from 197); Max value from RGB is 156 - color contains mainly: blue. Hex color #10199C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10199C is #EFE663. Grayscale: #242424. Windows color (decimal): -15722084 or 10230032. OLE color: 10230032.
HSL color Cylindrical-coordinate representation of color #10199C: hue angle of 236.14º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10199C is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 25 | 156 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.39 |
| HSL | 236.14º | 0.81% | 0.34% | - |
| HSV(B) | 236.14º | 0.9% | 0.61% | - |
| XYZ | 6.56 | 3.21 | 31.73 | - |
| YUV | 37.24 | 195.02 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 156 | 0.90 | 0.84 | 0 | 0.39 | 236.14 | 0.81 | 0.34 |
| Hex | 10 | 19 | 9C | 5A | 54 | 0 | 27 | EC | 51 | 22 |
| Octal | 20 | 31 | 234 | 132 | 124 | 0 | 47 | 354 | 121 | 42 |
| Binary | 10000 | 11001 | 10011100 | 1011010 | 1010100 | 0 | 100111 | 11101100 | 1010001 | 100010 |
Color Harmonies of #10199C
Complementary color
Monochromatic Colors of #10199C
Black with #10199C
Text Example
Text Example
White with #10199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10199C; }
p { color: rgb(16,25,156); }
H1.HeaderClassName
{
color: #10199C;
}
.AnyTagClassName
{
color: #10199C;
}
</style>
background-color css
<style>
a { background-color: #10199C; }
a { background-color: rgb(16,25,156); }
div.DivClassName
{
background-color: #10199C;
}
.BgClassName
{
background-color: #10199C;
}
</style>
border-color css
<style>
span { border-color: #10199C; }
span { border-color: rgb(16,25,156); }
td.TdClassName
{
border-color: #10199C;
}
.TagClassName
{
border-color: #10199C;
}
</style>