Shades of Ultramarine #1B0595
Tints of Ultramarine #1B0595
RGB
CMYK
RGB Variations
Color information
#1B0595 (or 0x1B0595) is known color: Ultramarine. HEX triplet: 1B, 05 and 95. RGB value is (27,5,149). Sum of RGB (Red+Green+Blue) = 27+5+149=181 (23% of max value = 765). Red value is 27 (10.94% from 255 or 14.92% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 149 (58.59% from 255 or 82.32% from 181); Max value from RGB is 149 - color contains mainly: blue. Hex color #1B0595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0595 is #E4FA6A. Grayscale: #1B1B1B. Windows color (decimal): -15006315 or 9766171. OLE color: 9766171.
HSL color Cylindrical-coordinate representation of color #1B0595: hue angle of 249.17º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B0595 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 5 | 149 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.42 |
| HSL | 249.17º | 0.94% | 0.3% | - |
| HSV(B) | 249.17º | 0.97% | 0.58% | - |
| XYZ | 5.93 | 2.51 | 28.61 | - |
| YUV | 27.99 | 196.29 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 149 | 0.82 | 0.97 | 0 | 0.42 | 249.17 | 0.94 | 0.3 |
| Hex | 1B | 5 | 95 | 52 | 61 | 0 | 2A | F9 | 5E | 1E |
| Octal | 33 | 5 | 225 | 122 | 141 | 0 | 52 | 371 | 136 | 36 |
| Binary | 11011 | 101 | 10010101 | 1010010 | 1100001 | 0 | 101010 | 11111001 | 1011110 | 11110 |
Color Harmonies of #1B0595
Complementary color
Monochromatic Colors of #1B0595
Black with #1B0595
Text Example
Text Example
White with #1B0595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0595; }
p { color: rgb(27,5,149); }
H1.HeaderClassName
{
color: #1B0595;
}
.AnyTagClassName
{
color: #1B0595;
}
</style>
background-color css
<style>
a { background-color: #1B0595; }
a { background-color: rgb(27,5,149); }
div.DivClassName
{
background-color: #1B0595;
}
.BgClassName
{
background-color: #1B0595;
}
</style>
border-color css
<style>
span { border-color: #1B0595; }
span { border-color: rgb(27,5,149); }
td.TdClassName
{
border-color: #1B0595;
}
.TagClassName
{
border-color: #1B0595;
}
</style>