Shades of Ultramarine #1B11B2
Tints of Ultramarine #1B11B2
RGB
CMYK
RGB Variations
Color information
#1B11B2 (or 0x1B11B2) is known color: Ultramarine. HEX triplet: 1B, 11 and B2. RGB value is (27,17,178). Sum of RGB (Red+Green+Blue) = 27+17+178=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 178 (69.92% from 255 or 80.18% from 222); Max value from RGB is 178 - color contains mainly: blue. Hex color #1B11B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B11B2 is #E4EE4D. Grayscale: #252525. Windows color (decimal): -15003214 or 11669787. OLE color: 11669787.
HSL color Cylindrical-coordinate representation of color #1B11B2: hue angle of 243.73º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B11B2 is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 17 | 178 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.30 |
| HSL | 243.73º | 0.83% | 0.38% | - |
| HSV(B) | 243.73º | 0.9% | 0.7% | - |
| XYZ | 8.69 | 3.85 | 42.4 | - |
| YUV | 38.34 | 206.81 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 17 | 178 | 0.85 | 0.90 | 0 | 0.30 | 243.73 | 0.83 | 0.38 |
| Hex | 1B | 11 | B2 | 55 | 5A | 0 | 1E | F4 | 53 | 26 |
| Octal | 33 | 21 | 262 | 125 | 132 | 0 | 36 | 364 | 123 | 46 |
| Binary | 11011 | 10001 | 10110010 | 1010101 | 1011010 | 0 | 11110 | 11110100 | 1010011 | 100110 |
Color Harmonies of #1B11B2
Complementary color
Monochromatic Colors of #1B11B2
Black with #1B11B2
Text Example
Text Example
White with #1B11B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B11B2; }
p { color: rgb(27,17,178); }
H1.HeaderClassName
{
color: #1B11B2;
}
.AnyTagClassName
{
color: #1B11B2;
}
</style>
background-color css
<style>
a { background-color: #1B11B2; }
a { background-color: rgb(27,17,178); }
div.DivClassName
{
background-color: #1B11B2;
}
.BgClassName
{
background-color: #1B11B2;
}
</style>
border-color css
<style>
span { border-color: #1B11B2; }
span { border-color: rgb(27,17,178); }
td.TdClassName
{
border-color: #1B11B2;
}
.TagClassName
{
border-color: #1B11B2;
}
</style>