Shades of Ultramarine #101B94
Tints of Ultramarine #101B94
RGB
CMYK
RGB Variations
Color information
#101B94 (or 0x101B94) is known color: Ultramarine. HEX triplet: 10, 1B and 94. RGB value is (16,27,148). Sum of RGB (Red+Green+Blue) = 16+27+148=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 148 (58.20% from 255 or 77.49% from 191); Max value from RGB is 148 - color contains mainly: blue. Hex color #101B94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101B94 is #EFE46B. Grayscale: #252525. Windows color (decimal): -15721580 or 9706256. OLE color: 9706256.
HSL color Cylindrical-coordinate representation of color #101B94: hue angle of 235º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #101B94 is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 27 | 148 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.42 |
| HSL | 235º | 0.8% | 0.32% | - |
| HSV(B) | 235º | 0.89% | 0.58% | - |
| XYZ | 5.95 | 3.03 | 28.29 | - |
| YUV | 37.51 | 190.36 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 148 | 0.89 | 0.82 | 0 | 0.42 | 235 | 0.8 | 0.32 |
| Hex | 10 | 1B | 94 | 59 | 52 | 0 | 2A | EB | 50 | 20 |
| Octal | 20 | 33 | 224 | 131 | 122 | 0 | 52 | 353 | 120 | 40 |
| Binary | 10000 | 11011 | 10010100 | 1011001 | 1010010 | 0 | 101010 | 11101011 | 1010000 | 100000 |
Color Harmonies of #101B94
Complementary color
Monochromatic Colors of #101B94
Black with #101B94
Text Example
Text Example
White with #101B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101B94; }
p { color: rgb(16,27,148); }
H1.HeaderClassName
{
color: #101B94;
}
.AnyTagClassName
{
color: #101B94;
}
</style>
background-color css
<style>
a { background-color: #101B94; }
a { background-color: rgb(16,27,148); }
div.DivClassName
{
background-color: #101B94;
}
.BgClassName
{
background-color: #101B94;
}
</style>
border-color css
<style>
span { border-color: #101B94; }
span { border-color: rgb(16,27,148); }
td.TdClassName
{
border-color: #101B94;
}
.TagClassName
{
border-color: #101B94;
}
</style>