Shades of Ultramarine #1B109D
Tints of Ultramarine #1B109D
RGB
CMYK
RGB Variations
Color information
#1B109D (or 0x1B109D) is known color: Ultramarine. HEX triplet: 1B, 10 and 9D. RGB value is (27,16,157). Sum of RGB (Red+Green+Blue) = 27+16+157=200 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 157 (61.72% from 255 or 78.5% from 200); Max value from RGB is 157 - color contains mainly: blue. Hex color #1B109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B109D is #E4EF62. Grayscale: #222222. Windows color (decimal): -15003491 or 10293275. OLE color: 10293275.
HSL color Cylindrical-coordinate representation of color #1B109D: hue angle of 244.68º 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 #1B109D is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 16 | 157 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.38 |
| HSL | 244.68º | 0.82% | 0.34% | - |
| HSV(B) | 244.68º | 0.9% | 0.62% | - |
| XYZ | 6.72 | 3.04 | 32.13 | - |
| YUV | 35.36 | 196.64 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 16 | 157 | 0.83 | 0.90 | 0 | 0.38 | 244.68 | 0.82 | 0.34 |
| Hex | 1B | 10 | 9D | 53 | 5A | 0 | 26 | F5 | 52 | 22 |
| Octal | 33 | 20 | 235 | 123 | 132 | 0 | 46 | 365 | 122 | 42 |
| Binary | 11011 | 10000 | 10011101 | 1010011 | 1011010 | 0 | 100110 | 11110101 | 1010010 | 100010 |
Color Harmonies of #1B109D
Complementary color
Monochromatic Colors of #1B109D
Black with #1B109D
Text Example
Text Example
White with #1B109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B109D; }
p { color: rgb(27,16,157); }
H1.HeaderClassName
{
color: #1B109D;
}
.AnyTagClassName
{
color: #1B109D;
}
</style>
background-color css
<style>
a { background-color: #1B109D; }
a { background-color: rgb(27,16,157); }
div.DivClassName
{
background-color: #1B109D;
}
.BgClassName
{
background-color: #1B109D;
}
</style>
border-color css
<style>
span { border-color: #1B109D; }
span { border-color: rgb(27,16,157); }
td.TdClassName
{
border-color: #1B109D;
}
.TagClassName
{
border-color: #1B109D;
}
</style>