Shades of Ultramarine #101C8A
Tints of Ultramarine #101C8A
RGB
CMYK
RGB Variations
Color information
#101C8A (or 0x101C8A) is known color: Ultramarine. HEX triplet: 10, 1C and 8A. RGB value is (16,28,138). Sum of RGB (Red+Green+Blue) = 16+28+138=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 138 (54.30% from 255 or 75.82% from 182); Max value from RGB is 138 - color contains mainly: blue. Hex color #101C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101C8A is #EFE375. Grayscale: #242424. Windows color (decimal): -15721334 or 9051152. OLE color: 9051152.
HSL color Cylindrical-coordinate representation of color #101C8A: hue angle of 234.1º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101C8A is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 28 | 138 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.46 |
| HSL | 234.1º | 0.79% | 0.3% | - |
| HSV(B) | 234.1º | 0.88% | 0.54% | - |
| XYZ | 5.22 | 2.78 | 24.31 | - |
| YUV | 36.95 | 185.02 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 138 | 0.88 | 0.80 | 0 | 0.46 | 234.1 | 0.79 | 0.3 |
| Hex | 10 | 1C | 8A | 58 | 50 | 0 | 2E | EA | 4F | 1E |
| Octal | 20 | 34 | 212 | 130 | 120 | 0 | 56 | 352 | 117 | 36 |
| Binary | 10000 | 11100 | 10001010 | 1011000 | 1010000 | 0 | 101110 | 11101010 | 1001111 | 11110 |
Color Harmonies of #101C8A
Complementary color
Monochromatic Colors of #101C8A
Black with #101C8A
Text Example
Text Example
White with #101C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C8A; }
p { color: rgb(16,28,138); }
H1.HeaderClassName
{
color: #101C8A;
}
.AnyTagClassName
{
color: #101C8A;
}
</style>
background-color css
<style>
a { background-color: #101C8A; }
a { background-color: rgb(16,28,138); }
div.DivClassName
{
background-color: #101C8A;
}
.BgClassName
{
background-color: #101C8A;
}
</style>
border-color css
<style>
span { border-color: #101C8A; }
span { border-color: rgb(16,28,138); }
td.TdClassName
{
border-color: #101C8A;
}
.TagClassName
{
border-color: #101C8A;
}
</style>