Shades of Ultramarine #1B0293
Tints of Ultramarine #1B0293
RGB
CMYK
RGB Variations
Color information
#1B0293 (or 0x1B0293) is known color: Ultramarine. HEX triplet: 1B, 02 and 93. RGB value is (27,2,147). Sum of RGB (Red+Green+Blue) = 27+2+147=176 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.34% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 147 (57.81% from 255 or 83.52% from 176); Max value from RGB is 147 - color contains mainly: blue. Hex color #1B0293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0293 is #E4FD6C. Grayscale: #191919. Windows color (decimal): -15007085 or 9634331. OLE color: 9634331.
HSL color Cylindrical-coordinate representation of color #1B0293: hue angle of 250.34º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B0293 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 2 | 147 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.42 |
| HSL | 250.34º | 0.97% | 0.29% | - |
| HSV(B) | 250.34º | 0.99% | 0.58% | - |
| XYZ | 5.74 | 2.38 | 27.76 | - |
| YUV | 26.01 | 196.28 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 2 | 147 | 0.82 | 0.99 | 0 | 0.42 | 250.34 | 0.97 | 0.29 |
| Hex | 1B | 2 | 93 | 52 | 63 | 0 | 2A | FA | 61 | 1D |
| Octal | 33 | 2 | 223 | 122 | 143 | 0 | 52 | 372 | 141 | 35 |
| Binary | 11011 | 10 | 10010011 | 1010010 | 1100011 | 0 | 101010 | 11111010 | 1100001 | 11101 |
Color Harmonies of #1B0293
Complementary color
Monochromatic Colors of #1B0293
Black with #1B0293
Text Example
Text Example
White with #1B0293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0293; }
p { color: rgb(27,2,147); }
H1.HeaderClassName
{
color: #1B0293;
}
.AnyTagClassName
{
color: #1B0293;
}
</style>
background-color css
<style>
a { background-color: #1B0293; }
a { background-color: rgb(27,2,147); }
div.DivClassName
{
background-color: #1B0293;
}
.BgClassName
{
background-color: #1B0293;
}
</style>
border-color css
<style>
span { border-color: #1B0293; }
span { border-color: rgb(27,2,147); }
td.TdClassName
{
border-color: #1B0293;
}
.TagClassName
{
border-color: #1B0293;
}
</style>