Shades of Ultramarine #1B168E
Tints of Ultramarine #1B168E
RGB
CMYK
RGB Variations
Color information
#1B168E (or 0x1B168E) is known color: Ultramarine. HEX triplet: 1B, 16 and 8E. RGB value is (27,22,142). Sum of RGB (Red+Green+Blue) = 27+22+142=191 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.14% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 142 (55.86% from 255 or 74.35% from 191); Max value from RGB is 142 - color contains mainly: blue. Hex color #1B168E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B168E is #E4E971. Grayscale: #242424. Windows color (decimal): -15001970 or 9311771. OLE color: 9311771.
HSL color Cylindrical-coordinate representation of color #1B168E: hue angle of 242.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B168E is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 27 | 22 | 142 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.44 |
| HSL | 242.5º | 0.73% | 0.32% | - |
| HSV(B) | 242.5º | 0.85% | 0.56% | - |
| XYZ | 5.62 | 2.76 | 25.83 | - |
| YUV | 37.18 | 187.16 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 22 | 142 | 0.81 | 0.85 | 0 | 0.44 | 242.5 | 0.73 | 0.32 |
| Hex | 1B | 16 | 8E | 51 | 55 | 0 | 2C | F2 | 49 | 20 |
| Octal | 33 | 26 | 216 | 121 | 125 | 0 | 54 | 362 | 111 | 40 |
| Binary | 11011 | 10110 | 10001110 | 1010001 | 1010101 | 0 | 101100 | 11110010 | 1001001 | 100000 |
Color Harmonies of #1B168E
Complementary color
Monochromatic Colors of #1B168E
Black with #1B168E
Text Example
Text Example
White with #1B168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B168E; }
p { color: rgb(27,22,142); }
H1.HeaderClassName
{
color: #1B168E;
}
.AnyTagClassName
{
color: #1B168E;
}
</style>
background-color css
<style>
a { background-color: #1B168E; }
a { background-color: rgb(27,22,142); }
div.DivClassName
{
background-color: #1B168E;
}
.BgClassName
{
background-color: #1B168E;
}
</style>
border-color css
<style>
span { border-color: #1B168E; }
span { border-color: rgb(27,22,142); }
td.TdClassName
{
border-color: #1B168E;
}
.TagClassName
{
border-color: #1B168E;
}
</style>