Shades of Ultramarine #1B188D
Tints of Ultramarine #1B188D
RGB
CMYK
RGB Variations
Color information
#1B188D (or 0x1B188D) is known color: Ultramarine. HEX triplet: 1B, 18 and 8D. RGB value is (27,24,141). Sum of RGB (Red+Green+Blue) = 27+24+141=192 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.06% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 141 (55.47% from 255 or 73.44% from 192); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B188D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B188D is #E4E772. Grayscale: #252525. Windows color (decimal): -15001459 or 9246747. OLE color: 9246747.
HSL color Cylindrical-coordinate representation of color #1B188D: hue angle of 241.54º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B188D is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 24 | 141 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.45 |
| HSL | 241.54º | 0.71% | 0.32% | - |
| HSV(B) | 241.54º | 0.83% | 0.55% | - |
| XYZ | 5.59 | 2.81 | 25.45 | - |
| YUV | 38.24 | 185.99 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 24 | 141 | 0.81 | 0.83 | 0 | 0.45 | 241.54 | 0.71 | 0.32 |
| Hex | 1B | 18 | 8D | 51 | 53 | 0 | 2D | F2 | 47 | 20 |
| Octal | 33 | 30 | 215 | 121 | 123 | 0 | 55 | 362 | 107 | 40 |
| Binary | 11011 | 11000 | 10001101 | 1010001 | 1010011 | 0 | 101101 | 11110010 | 1000111 | 100000 |
Color Harmonies of #1B188D
Complementary color
Monochromatic Colors of #1B188D
Black with #1B188D
Text Example
Text Example
White with #1B188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B188D; }
p { color: rgb(27,24,141); }
H1.HeaderClassName
{
color: #1B188D;
}
.AnyTagClassName
{
color: #1B188D;
}
</style>
background-color css
<style>
a { background-color: #1B188D; }
a { background-color: rgb(27,24,141); }
div.DivClassName
{
background-color: #1B188D;
}
.BgClassName
{
background-color: #1B188D;
}
</style>
border-color css
<style>
span { border-color: #1B188D; }
span { border-color: rgb(27,24,141); }
td.TdClassName
{
border-color: #1B188D;
}
.TagClassName
{
border-color: #1B188D;
}
</style>