Shades of Ultramarine #1B1F8D
Tints of Ultramarine #1B1F8D
RGB
CMYK
RGB Variations
Color information
#1B1F8D (or 0x1B1F8D) is known color: Ultramarine. HEX triplet: 1B, 1F and 8D. RGB value is (27,31,141). Sum of RGB (Red+Green+Blue) = 27+31+141=199 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.57% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 141 (55.47% from 255 or 70.85% from 199); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B1F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B1F8D is #E4E072. Grayscale: #292929. Windows color (decimal): -14999667 or 9248539. OLE color: 9248539.
HSL color Cylindrical-coordinate representation of color #1B1F8D: hue angle of 237.89º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B1F8D is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 31 | 141 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.45 |
| HSL | 237.89º | 0.68% | 0.33% | - |
| HSV(B) | 237.89º | 0.81% | 0.55% | - |
| XYZ | 5.75 | 3.14 | 25.5 | - |
| YUV | 42.34 | 183.67 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 31 | 141 | 0.81 | 0.78 | 0 | 0.45 | 237.89 | 0.68 | 0.33 |
| Hex | 1B | 1F | 8D | 51 | 4E | 0 | 2D | EE | 44 | 21 |
| Octal | 33 | 37 | 215 | 121 | 116 | 0 | 55 | 356 | 104 | 41 |
| Binary | 11011 | 11111 | 10001101 | 1010001 | 1001110 | 0 | 101101 | 11101110 | 1000100 | 100001 |
Color Harmonies of #1B1F8D
Complementary color
Monochromatic Colors of #1B1F8D
Black with #1B1F8D
Text Example
Text Example
White with #1B1F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1F8D; }
p { color: rgb(27,31,141); }
H1.HeaderClassName
{
color: #1B1F8D;
}
.AnyTagClassName
{
color: #1B1F8D;
}
</style>
background-color css
<style>
a { background-color: #1B1F8D; }
a { background-color: rgb(27,31,141); }
div.DivClassName
{
background-color: #1B1F8D;
}
.BgClassName
{
background-color: #1B1F8D;
}
</style>
border-color css
<style>
span { border-color: #1B1F8D; }
span { border-color: rgb(27,31,141); }
td.TdClassName
{
border-color: #1B1F8D;
}
.TagClassName
{
border-color: #1B1F8D;
}
</style>