Shades of Ultramarine #1B008D
Tints of Ultramarine #1B008D
RGB
CMYK
RGB Variations
Color information
#1B008D (or 0x1B008D) is known color: Ultramarine. HEX triplet: 1B, 00 and 8D. RGB value is (27,0,141). Sum of RGB (Red+Green+Blue) = 27+0+141=168 (22% of max value = 765). Red value is 27 (10.94% from 255 or 16.07% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 141 (55.47% from 255 or 83.93% from 168); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B008D is #E4FF72. Grayscale: #171717. Windows color (decimal): -15007603 or 9240603. OLE color: 9240603.
HSL color Cylindrical-coordinate representation of color #1B008D: hue angle of 251.49º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B008D is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 0 | 141 | - |
| CMYK | 0.81 | 1 | 0 | 0.45 |
| HSL | 251.49º | 1% | 0.28% | - |
| HSV(B) | 251.49º | 1% | 0.55% | - |
| XYZ | 5.26 | 2.16 | 25.34 | - |
| YUV | 24.15 | 193.95 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 0 | 141 | 0.81 | 1 | 0 | 0.45 | 251.49 | 1 | 0.28 |
| Hex | 1B | 0 | 8D | 51 | 64 | 0 | 2D | FB | 64 | 1C |
| Octal | 33 | 0 | 215 | 121 | 144 | 0 | 55 | 373 | 144 | 34 |
| Binary | 11011 | 0 | 10001101 | 1010001 | 1100100 | 0 | 101101 | 11111011 | 1100100 | 11100 |
Color Harmonies of #1B008D
Complementary color
Monochromatic Colors of #1B008D
Black with #1B008D
Text Example
Text Example
White with #1B008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B008D; }
p { color: rgb(27,0,141); }
H1.HeaderClassName
{
color: #1B008D;
}
.AnyTagClassName
{
color: #1B008D;
}
</style>
background-color css
<style>
a { background-color: #1B008D; }
a { background-color: rgb(27,0,141); }
div.DivClassName
{
background-color: #1B008D;
}
.BgClassName
{
background-color: #1B008D;
}
</style>
border-color css
<style>
span { border-color: #1B008D; }
span { border-color: rgb(27,0,141); }
td.TdClassName
{
border-color: #1B008D;
}
.TagClassName
{
border-color: #1B008D;
}
</style>