Shades of Ultramarine #101384
Tints of Ultramarine #101384
RGB
CMYK
RGB Variations
Color information
#101384 (or 0x101384) is known color: Ultramarine. HEX triplet: 10, 13 and 84. RGB value is (16,19,132). Sum of RGB (Red+Green+Blue) = 16+19+132=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 132 (51.95% from 255 or 79.04% from 167); Max value from RGB is 132 - color contains mainly: blue. Hex color #101384 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101384 is #EFEC7B. Grayscale: #1E1E1E. Windows color (decimal): -15723644 or 8655632. OLE color: 8655632.
HSL color Cylindrical-coordinate representation of color #101384: hue angle of 238.45º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101384 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 19 | 132 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.48 |
| HSL | 238.45º | 0.78% | 0.29% | - |
| HSV(B) | 238.45º | 0.88% | 0.52% | - |
| XYZ | 4.61 | 2.24 | 22.02 | - |
| YUV | 30.99 | 185.01 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 132 | 0.88 | 0.86 | 0 | 0.48 | 238.45 | 0.78 | 0.29 |
| Hex | 10 | 13 | 84 | 58 | 56 | 0 | 30 | EE | 4E | 1D |
| Octal | 20 | 23 | 204 | 130 | 126 | 0 | 60 | 356 | 116 | 35 |
| Binary | 10000 | 10011 | 10000100 | 1011000 | 1010110 | 0 | 110000 | 11101110 | 1001110 | 11101 |
Color Harmonies of #101384
Complementary color
Monochromatic Colors of #101384
Black with #101384
Text Example
Text Example
White with #101384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101384; }
p { color: rgb(16,19,132); }
H1.HeaderClassName
{
color: #101384;
}
.AnyTagClassName
{
color: #101384;
}
</style>
background-color css
<style>
a { background-color: #101384; }
a { background-color: rgb(16,19,132); }
div.DivClassName
{
background-color: #101384;
}
.BgClassName
{
background-color: #101384;
}
</style>
border-color css
<style>
span { border-color: #101384; }
span { border-color: rgb(16,19,132); }
td.TdClassName
{
border-color: #101384;
}
.TagClassName
{
border-color: #101384;
}
</style>