Shades of Ultramarine #101B9F
Tints of Ultramarine #101B9F
RGB
CMYK
RGB Variations
Color information
#101B9F (or 0x101B9F) is known color: Ultramarine. HEX triplet: 10, 1B and 9F. RGB value is (16,27,159). Sum of RGB (Red+Green+Blue) = 16+27+159=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 159 (62.5% from 255 or 78.71% from 202); Max value from RGB is 159 - color contains mainly: blue. Hex color #101B9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101B9F is #EFE460. Grayscale: #262626. Windows color (decimal): -15721569 or 10427152. OLE color: 10427152.
HSL color Cylindrical-coordinate representation of color #101B9F: hue angle of 235.38º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #101B9F is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 27 | 159 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.38 |
| HSL | 235.38º | 0.82% | 0.34% | - |
| HSV(B) | 235.38º | 0.9% | 0.62% | - |
| XYZ | 6.86 | 3.4 | 33.09 | - |
| YUV | 38.76 | 195.86 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 159 | 0.90 | 0.83 | 0 | 0.38 | 235.38 | 0.82 | 0.34 |
| Hex | 10 | 1B | 9F | 5A | 53 | 0 | 26 | EB | 52 | 22 |
| Octal | 20 | 33 | 237 | 132 | 123 | 0 | 46 | 353 | 122 | 42 |
| Binary | 10000 | 11011 | 10011111 | 1011010 | 1010011 | 0 | 100110 | 11101011 | 1010010 | 100010 |
Color Harmonies of #101B9F
Complementary color
Monochromatic Colors of #101B9F
Black with #101B9F
Text Example
Text Example
White with #101B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101B9F; }
p { color: rgb(16,27,159); }
H1.HeaderClassName
{
color: #101B9F;
}
.AnyTagClassName
{
color: #101B9F;
}
</style>
background-color css
<style>
a { background-color: #101B9F; }
a { background-color: rgb(16,27,159); }
div.DivClassName
{
background-color: #101B9F;
}
.BgClassName
{
background-color: #101B9F;
}
</style>
border-color css
<style>
span { border-color: #101B9F; }
span { border-color: rgb(16,27,159); }
td.TdClassName
{
border-color: #101B9F;
}
.TagClassName
{
border-color: #101B9F;
}
</style>