Shades of Ultramarine #1B048F
Tints of Ultramarine #1B048F
RGB
CMYK
RGB Variations
Color information
#1B048F (or 0x1B048F) is known color: Ultramarine. HEX triplet: 1B, 04 and 8F. RGB value is (27,4,143). Sum of RGB (Red+Green+Blue) = 27+4+143=174 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.52% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 143 (56.25% from 255 or 82.18% from 174); Max value from RGB is 143 - color contains mainly: blue. Hex color #1B048F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B048F is #E4FB70. Grayscale: #1A1A1A. Windows color (decimal): -15006577 or 9372699. OLE color: 9372699.
HSL color Cylindrical-coordinate representation of color #1B048F: hue angle of 249.93º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B048F is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 27 | 4 | 143 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.44 |
| HSL | 249.93º | 0.95% | 0.29% | - |
| HSV(B) | 249.93º | 0.97% | 0.56% | - |
| XYZ | 5.45 | 2.3 | 26.14 | - |
| YUV | 26.72 | 193.62 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 4 | 143 | 0.81 | 0.97 | 0 | 0.44 | 249.93 | 0.95 | 0.29 |
| Hex | 1B | 4 | 8F | 51 | 61 | 0 | 2C | FA | 5F | 1D |
| Octal | 33 | 4 | 217 | 121 | 141 | 0 | 54 | 372 | 137 | 35 |
| Binary | 11011 | 100 | 10001111 | 1010001 | 1100001 | 0 | 101100 | 11111010 | 1011111 | 11101 |
Color Harmonies of #1B048F
Complementary color
Monochromatic Colors of #1B048F
Black with #1B048F
Text Example
Text Example
White with #1B048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B048F; }
p { color: rgb(27,4,143); }
H1.HeaderClassName
{
color: #1B048F;
}
.AnyTagClassName
{
color: #1B048F;
}
</style>
background-color css
<style>
a { background-color: #1B048F; }
a { background-color: rgb(27,4,143); }
div.DivClassName
{
background-color: #1B048F;
}
.BgClassName
{
background-color: #1B048F;
}
</style>
border-color css
<style>
span { border-color: #1B048F; }
span { border-color: rgb(27,4,143); }
td.TdClassName
{
border-color: #1B048F;
}
.TagClassName
{
border-color: #1B048F;
}
</style>