Shades of Ultramarine #101B9B
Tints of Ultramarine #101B9B
RGB
CMYK
RGB Variations
Color information
#101B9B (or 0x101B9B) is known color: Ultramarine. HEX triplet: 10, 1B and 9B. RGB value is (16,27,155). Sum of RGB (Red+Green+Blue) = 16+27+155=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 155 (60.94% from 255 or 78.28% from 198); Max value from RGB is 155 - color contains mainly: blue. Hex color #101B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101B9B is #EFE464. Grayscale: #252525. Windows color (decimal): -15721573 or 10165008. OLE color: 10165008.
HSL color Cylindrical-coordinate representation of color #101B9B: hue angle of 235.25º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #101B9B is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 27 | 155 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.39 |
| HSL | 235.25º | 0.81% | 0.34% | - |
| HSV(B) | 235.25º | 0.9% | 0.61% | - |
| XYZ | 6.52 | 3.26 | 31.3 | - |
| YUV | 38.3 | 193.86 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 155 | 0.90 | 0.83 | 0 | 0.39 | 235.25 | 0.81 | 0.34 |
| Hex | 10 | 1B | 9B | 5A | 53 | 0 | 27 | EB | 51 | 22 |
| Octal | 20 | 33 | 233 | 132 | 123 | 0 | 47 | 353 | 121 | 42 |
| Binary | 10000 | 11011 | 10011011 | 1011010 | 1010011 | 0 | 100111 | 11101011 | 1010001 | 100010 |
Color Harmonies of #101B9B
Complementary color
Monochromatic Colors of #101B9B
Black with #101B9B
Text Example
Text Example
White with #101B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101B9B; }
p { color: rgb(16,27,155); }
H1.HeaderClassName
{
color: #101B9B;
}
.AnyTagClassName
{
color: #101B9B;
}
</style>
background-color css
<style>
a { background-color: #101B9B; }
a { background-color: rgb(16,27,155); }
div.DivClassName
{
background-color: #101B9B;
}
.BgClassName
{
background-color: #101B9B;
}
</style>
border-color css
<style>
span { border-color: #101B9B; }
span { border-color: rgb(16,27,155); }
td.TdClassName
{
border-color: #101B9B;
}
.TagClassName
{
border-color: #101B9B;
}
</style>