Shades of Ultramarine #101284
Tints of Ultramarine #101284
RGB
CMYK
RGB Variations
Color information
#101284 (or 0x101284) is known color: Ultramarine. HEX triplet: 10, 12 and 84. RGB value is (16,18,132). Sum of RGB (Red+Green+Blue) = 16+18+132=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 132 (51.95% from 255 or 79.52% from 166); Max value from RGB is 132 - color contains mainly: blue. Hex color #101284 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101284 is #EFED7B. Grayscale: #1D1D1D. Windows color (decimal): -15723900 or 8655376. OLE color: 8655376.
HSL color Cylindrical-coordinate representation of color #101284: hue angle of 238.97º 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 #101284 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 18 | 132 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.48 |
| HSL | 238.97º | 0.78% | 0.29% | - |
| HSV(B) | 238.97º | 0.88% | 0.52% | - |
| XYZ | 4.59 | 2.21 | 22.01 | - |
| YUV | 30.4 | 185.34 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 132 | 0.88 | 0.86 | 0 | 0.48 | 238.97 | 0.78 | 0.29 |
| Hex | 10 | 12 | 84 | 58 | 56 | 0 | 30 | EF | 4E | 1D |
| Octal | 20 | 22 | 204 | 130 | 126 | 0 | 60 | 357 | 116 | 35 |
| Binary | 10000 | 10010 | 10000100 | 1011000 | 1010110 | 0 | 110000 | 11101111 | 1001110 | 11101 |
Color Harmonies of #101284
Complementary color
Monochromatic Colors of #101284
Black with #101284
Text Example
Text Example
White with #101284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101284; }
p { color: rgb(16,18,132); }
H1.HeaderClassName
{
color: #101284;
}
.AnyTagClassName
{
color: #101284;
}
</style>
background-color css
<style>
a { background-color: #101284; }
a { background-color: rgb(16,18,132); }
div.DivClassName
{
background-color: #101284;
}
.BgClassName
{
background-color: #101284;
}
</style>
border-color css
<style>
span { border-color: #101284; }
span { border-color: rgb(16,18,132); }
td.TdClassName
{
border-color: #101284;
}
.TagClassName
{
border-color: #101284;
}
</style>