Shades of Ultramarine #1B0588
Tints of Ultramarine #1B0588
RGB
CMYK
RGB Variations
Color information
#1B0588 (or 0x1B0588) is known color: Ultramarine. HEX triplet: 1B, 05 and 88. RGB value is (27,5,136). Sum of RGB (Red+Green+Blue) = 27+5+136=168 (22% of max value = 765). Red value is 27 (10.94% from 255 or 16.07% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 136 (53.52% from 255 or 80.95% from 168); Max value from RGB is 136 - color contains mainly: blue. Hex color #1B0588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0588 is #E4FA77. Grayscale: #1A1A1A. Windows color (decimal): -15006328 or 8914203. OLE color: 8914203.
HSL color Cylindrical-coordinate representation of color #1B0588: hue angle of 250.08º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B0588 is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 27 | 5 | 136 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.47 |
| HSL | 250.08º | 0.93% | 0.28% | - |
| HSV(B) | 250.08º | 0.96% | 0.53% | - |
| XYZ | 4.95 | 2.12 | 23.44 | - |
| YUV | 26.51 | 189.79 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 136 | 0.80 | 0.96 | 0 | 0.47 | 250.08 | 0.93 | 0.28 |
| Hex | 1B | 5 | 88 | 50 | 60 | 0 | 2F | FA | 5D | 1C |
| Octal | 33 | 5 | 210 | 120 | 140 | 0 | 57 | 372 | 135 | 34 |
| Binary | 11011 | 101 | 10001000 | 1010000 | 1100000 | 0 | 101111 | 11111010 | 1011101 | 11100 |
Color Harmonies of #1B0588
Complementary color
Monochromatic Colors of #1B0588
Black with #1B0588
Text Example
Text Example
White with #1B0588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0588; }
p { color: rgb(27,5,136); }
H1.HeaderClassName
{
color: #1B0588;
}
.AnyTagClassName
{
color: #1B0588;
}
</style>
background-color css
<style>
a { background-color: #1B0588; }
a { background-color: rgb(27,5,136); }
div.DivClassName
{
background-color: #1B0588;
}
.BgClassName
{
background-color: #1B0588;
}
</style>
border-color css
<style>
span { border-color: #1B0588; }
span { border-color: rgb(27,5,136); }
td.TdClassName
{
border-color: #1B0588;
}
.TagClassName
{
border-color: #1B0588;
}
</style>