Shades of Ultramarine #1B1799
Tints of Ultramarine #1B1799
RGB
CMYK
RGB Variations
Color information
#1B1799 (or 0x1B1799) is known color: Ultramarine. HEX triplet: 1B, 17 and 99. RGB value is (27,23,153). Sum of RGB (Red+Green+Blue) = 27+23+153=203 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.30% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B1799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1799 is #E4E866. Grayscale: #262626. Windows color (decimal): -15001703 or 10032923. OLE color: 10032923.
HSL color Cylindrical-coordinate representation of color #1B1799: hue angle of 241.85º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B1799 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 27 | 23 | 153 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.4 |
| HSL | 241.85º | 0.74% | 0.35% | - |
| HSV(B) | 241.85º | 0.85% | 0.6% | - |
| XYZ | 6.51 | 3.15 | 30.4 | - |
| YUV | 39.02 | 192.33 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 23 | 153 | 0.82 | 0.85 | 0 | 0.4 | 241.85 | 0.74 | 0.35 |
| Hex | 1B | 17 | 99 | 52 | 55 | 0 | 28 | F2 | 4A | 23 |
| Octal | 33 | 27 | 231 | 122 | 125 | 0 | 50 | 362 | 112 | 43 |
| Binary | 11011 | 10111 | 10011001 | 1010010 | 1010101 | 0 | 101000 | 11110010 | 1001010 | 100011 |
Color Harmonies of #1B1799
Complementary color
Monochromatic Colors of #1B1799
Black with #1B1799
Text Example
Text Example
White with #1B1799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1799; }
p { color: rgb(27,23,153); }
H1.HeaderClassName
{
color: #1B1799;
}
.AnyTagClassName
{
color: #1B1799;
}
</style>
background-color css
<style>
a { background-color: #1B1799; }
a { background-color: rgb(27,23,153); }
div.DivClassName
{
background-color: #1B1799;
}
.BgClassName
{
background-color: #1B1799;
}
</style>
border-color css
<style>
span { border-color: #1B1799; }
span { border-color: rgb(27,23,153); }
td.TdClassName
{
border-color: #1B1799;
}
.TagClassName
{
border-color: #1B1799;
}
</style>