Shades of Ultramarine #1B0295
Tints of Ultramarine #1B0295
RGB
CMYK
RGB Variations
Color information
#1B0295 (or 0x1B0295) is known color: Ultramarine. HEX triplet: 1B, 02 and 95. RGB value is (27,2,149). Sum of RGB (Red+Green+Blue) = 27+2+149=178 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.17% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 149 (58.59% from 255 or 83.71% from 178); Max value from RGB is 149 - color contains mainly: blue. Hex color #1B0295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0295 is #E4FD6A. Grayscale: #191919. Windows color (decimal): -15007083 or 9765403. OLE color: 9765403.
HSL color Cylindrical-coordinate representation of color #1B0295: hue angle of 250.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B0295 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 2 | 149 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.42 |
| HSL | 250.2º | 0.97% | 0.3% | - |
| HSV(B) | 250.2º | 0.99% | 0.58% | - |
| XYZ | 5.9 | 2.45 | 28.6 | - |
| YUV | 26.23 | 197.28 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 2 | 149 | 0.82 | 0.99 | 0 | 0.42 | 250.2 | 0.97 | 0.3 |
| Hex | 1B | 2 | 95 | 52 | 63 | 0 | 2A | FA | 61 | 1E |
| Octal | 33 | 2 | 225 | 122 | 143 | 0 | 52 | 372 | 141 | 36 |
| Binary | 11011 | 10 | 10010101 | 1010010 | 1100011 | 0 | 101010 | 11111010 | 1100001 | 11110 |
Color Harmonies of #1B0295
Complementary color
Monochromatic Colors of #1B0295
Black with #1B0295
Text Example
Text Example
White with #1B0295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0295; }
p { color: rgb(27,2,149); }
H1.HeaderClassName
{
color: #1B0295;
}
.AnyTagClassName
{
color: #1B0295;
}
</style>
background-color css
<style>
a { background-color: #1B0295; }
a { background-color: rgb(27,2,149); }
div.DivClassName
{
background-color: #1B0295;
}
.BgClassName
{
background-color: #1B0295;
}
</style>
border-color css
<style>
span { border-color: #1B0295; }
span { border-color: rgb(27,2,149); }
td.TdClassName
{
border-color: #1B0295;
}
.TagClassName
{
border-color: #1B0295;
}
</style>