Shades of Ultramarine #1B0597
Tints of Ultramarine #1B0597
RGB
CMYK
RGB Variations
Color information
#1B0597 (or 0x1B0597) is known color: Ultramarine. HEX triplet: 1B, 05 and 97. RGB value is (27,5,151). Sum of RGB (Red+Green+Blue) = 27+5+151=183 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.75% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 151 (59.38% from 255 or 82.51% from 183); Max value from RGB is 151 - color contains mainly: blue. Hex color #1B0597 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0597 is #E4FA68. Grayscale: #1B1B1B. Windows color (decimal): -15006313 or 9897243. OLE color: 9897243.
HSL color Cylindrical-coordinate representation of color #1B0597: hue angle of 249.04º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B0597 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 27 | 5 | 151 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.41 |
| HSL | 249.04º | 0.94% | 0.31% | - |
| HSV(B) | 249.04º | 0.97% | 0.59% | - |
| XYZ | 6.09 | 2.58 | 29.45 | - |
| YUV | 28.22 | 197.29 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 151 | 0.82 | 0.97 | 0 | 0.41 | 249.04 | 0.94 | 0.31 |
| Hex | 1B | 5 | 97 | 52 | 61 | 0 | 29 | F9 | 5E | 1F |
| Octal | 33 | 5 | 227 | 122 | 141 | 0 | 51 | 371 | 136 | 37 |
| Binary | 11011 | 101 | 10010111 | 1010010 | 1100001 | 0 | 101001 | 11111001 | 1011110 | 11111 |
Color Harmonies of #1B0597
Complementary color
Monochromatic Colors of #1B0597
Black with #1B0597
Text Example
Text Example
White with #1B0597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0597; }
p { color: rgb(27,5,151); }
H1.HeaderClassName
{
color: #1B0597;
}
.AnyTagClassName
{
color: #1B0597;
}
</style>
background-color css
<style>
a { background-color: #1B0597; }
a { background-color: rgb(27,5,151); }
div.DivClassName
{
background-color: #1B0597;
}
.BgClassName
{
background-color: #1B0597;
}
</style>
border-color css
<style>
span { border-color: #1B0597; }
span { border-color: rgb(27,5,151); }
td.TdClassName
{
border-color: #1B0597;
}
.TagClassName
{
border-color: #1B0597;
}
</style>