Shades of Ultramarine #101383
Tints of Ultramarine #101383
RGB
CMYK
RGB Variations
Color information
#101383 (or 0x101383) is known color: Ultramarine. HEX triplet: 10, 13 and 83. RGB value is (16,19,131). Sum of RGB (Red+Green+Blue) = 16+19+131=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 131 (51.56% from 255 or 78.92% from 166); Max value from RGB is 131 - color contains mainly: blue. Hex color #101383 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101383 is #EFEC7C. Grayscale: #1E1E1E. Windows color (decimal): -15723645 or 8590096. OLE color: 8590096.
HSL color Cylindrical-coordinate representation of color #101383: hue angle of 238.43º 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 #101383 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 19 | 131 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.49 |
| HSL | 238.43º | 0.78% | 0.29% | - |
| HSV(B) | 238.43º | 0.88% | 0.51% | - |
| XYZ | 4.54 | 2.21 | 21.66 | - |
| YUV | 30.87 | 184.51 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 131 | 0.88 | 0.85 | 0 | 0.49 | 238.43 | 0.78 | 0.29 |
| Hex | 10 | 13 | 83 | 58 | 55 | 0 | 31 | EE | 4E | 1D |
| Octal | 20 | 23 | 203 | 130 | 125 | 0 | 61 | 356 | 116 | 35 |
| Binary | 10000 | 10011 | 10000011 | 1011000 | 1010101 | 0 | 110001 | 11101110 | 1001110 | 11101 |
Color Harmonies of #101383
Complementary color
Monochromatic Colors of #101383
Black with #101383
Text Example
Text Example
White with #101383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101383; }
p { color: rgb(16,19,131); }
H1.HeaderClassName
{
color: #101383;
}
.AnyTagClassName
{
color: #101383;
}
</style>
background-color css
<style>
a { background-color: #101383; }
a { background-color: rgb(16,19,131); }
div.DivClassName
{
background-color: #101383;
}
.BgClassName
{
background-color: #101383;
}
</style>
border-color css
<style>
span { border-color: #101383; }
span { border-color: rgb(16,19,131); }
td.TdClassName
{
border-color: #101383;
}
.TagClassName
{
border-color: #101383;
}
</style>