Shades of Ultramarine #1B1996
Tints of Ultramarine #1B1996
RGB
CMYK
RGB Variations
Color information
#1B1996 (or 0x1B1996) is known color: Ultramarine. HEX triplet: 1B, 19 and 96. RGB value is (27,25,150). Sum of RGB (Red+Green+Blue) = 27+25+150=202 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.37% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 150 (58.98% from 255 or 74.26% from 202); Max value from RGB is 150 - color contains mainly: blue. Hex color #1B1996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1996 is #E4E669. Grayscale: #272727. Windows color (decimal): -15001194 or 9836827. OLE color: 9836827.
HSL color Cylindrical-coordinate representation of color #1B1996: hue angle of 240.96º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B1996 is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 27 | 25 | 150 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.41 |
| HSL | 240.96º | 0.71% | 0.34% | - |
| HSV(B) | 240.96º | 0.83% | 0.59% | - |
| XYZ | 6.3 | 3.13 | 29.13 | - |
| YUV | 39.85 | 190.16 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 25 | 150 | 0.82 | 0.83 | 0 | 0.41 | 240.96 | 0.71 | 0.34 |
| Hex | 1B | 19 | 96 | 52 | 53 | 0 | 29 | F1 | 47 | 22 |
| Octal | 33 | 31 | 226 | 122 | 123 | 0 | 51 | 361 | 107 | 42 |
| Binary | 11011 | 11001 | 10010110 | 1010010 | 1010011 | 0 | 101001 | 11110001 | 1000111 | 100010 |
Color Harmonies of #1B1996
Complementary color
Monochromatic Colors of #1B1996
Black with #1B1996
Text Example
Text Example
White with #1B1996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1996; }
p { color: rgb(27,25,150); }
H1.HeaderClassName
{
color: #1B1996;
}
.AnyTagClassName
{
color: #1B1996;
}
</style>
background-color css
<style>
a { background-color: #1B1996; }
a { background-color: rgb(27,25,150); }
div.DivClassName
{
background-color: #1B1996;
}
.BgClassName
{
background-color: #1B1996;
}
</style>
border-color css
<style>
span { border-color: #1B1996; }
span { border-color: rgb(27,25,150); }
td.TdClassName
{
border-color: #1B1996;
}
.TagClassName
{
border-color: #1B1996;
}
</style>