Shades of Ultramarine #101083
Tints of Ultramarine #101083
RGB
CMYK
RGB Variations
Color information
#101083 (or 0x101083) is known color: Ultramarine. HEX triplet: 10, 10 and 83. RGB value is (16,16,131). Sum of RGB (Red+Green+Blue) = 16+16+131=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 131 (51.56% from 255 or 80.37% from 163); Max value from RGB is 131 - color contains mainly: blue. Hex color #101083 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101083 is #EFEF7C. Grayscale: #1C1C1C. Windows color (decimal): -15724413 or 8589328. OLE color: 8589328.
HSL color Cylindrical-coordinate representation of color #101083: hue angle of 240º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101083 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 16 | 131 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.49 |
| HSL | 240º | 0.78% | 0.29% | - |
| HSV(B) | 240º | 0.88% | 0.51% | - |
| XYZ | 4.5 | 2.12 | 21.64 | - |
| YUV | 29.11 | 185.5 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 131 | 0.88 | 0.88 | 0 | 0.49 | 240 | 0.78 | 0.29 |
| Hex | 10 | 10 | 83 | 58 | 58 | 0 | 31 | F0 | 4E | 1D |
| Octal | 20 | 20 | 203 | 130 | 130 | 0 | 61 | 360 | 116 | 35 |
| Binary | 10000 | 10000 | 10000011 | 1011000 | 1011000 | 0 | 110001 | 11110000 | 1001110 | 11101 |
Color Harmonies of #101083
Complementary color
Monochromatic Colors of #101083
Black with #101083
Text Example
Text Example
White with #101083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101083; }
p { color: rgb(16,16,131); }
H1.HeaderClassName
{
color: #101083;
}
.AnyTagClassName
{
color: #101083;
}
</style>
background-color css
<style>
a { background-color: #101083; }
a { background-color: rgb(16,16,131); }
div.DivClassName
{
background-color: #101083;
}
.BgClassName
{
background-color: #101083;
}
</style>
border-color css
<style>
span { border-color: #101083; }
span { border-color: rgb(16,16,131); }
td.TdClassName
{
border-color: #101083;
}
.TagClassName
{
border-color: #101083;
}
</style>