Shades of Ultramarine #1B0297
Tints of Ultramarine #1B0297
RGB
CMYK
RGB Variations
Color information
#1B0297 (or 0x1B0297) is known color: Ultramarine. HEX triplet: 1B, 02 and 97. RGB value is (27,2,151). Sum of RGB (Red+Green+Blue) = 27+2+151=180 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 151 (59.38% from 255 or 83.89% from 180); Max value from RGB is 151 - color contains mainly: blue. Hex color #1B0297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0297 is #E4FD68. Grayscale: #191919. Windows color (decimal): -15007081 or 9896475. OLE color: 9896475.
HSL color Cylindrical-coordinate representation of color #1B0297: hue angle of 250.07º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B0297 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 27 | 2 | 151 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.41 |
| HSL | 250.07º | 0.97% | 0.3% | - |
| HSV(B) | 250.07º | 0.99% | 0.59% | - |
| XYZ | 6.06 | 2.51 | 29.44 | - |
| YUV | 26.46 | 198.28 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 2 | 151 | 0.82 | 0.99 | 0 | 0.41 | 250.07 | 0.97 | 0.3 |
| Hex | 1B | 2 | 97 | 52 | 63 | 0 | 29 | FA | 61 | 1E |
| Octal | 33 | 2 | 227 | 122 | 143 | 0 | 51 | 372 | 141 | 36 |
| Binary | 11011 | 10 | 10010111 | 1010010 | 1100011 | 0 | 101001 | 11111010 | 1100001 | 11110 |
Color Harmonies of #1B0297
Complementary color
Monochromatic Colors of #1B0297
Black with #1B0297
Text Example
Text Example
White with #1B0297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0297; }
p { color: rgb(27,2,151); }
H1.HeaderClassName
{
color: #1B0297;
}
.AnyTagClassName
{
color: #1B0297;
}
</style>
background-color css
<style>
a { background-color: #1B0297; }
a { background-color: rgb(27,2,151); }
div.DivClassName
{
background-color: #1B0297;
}
.BgClassName
{
background-color: #1B0297;
}
</style>
border-color css
<style>
span { border-color: #1B0297; }
span { border-color: rgb(27,2,151); }
td.TdClassName
{
border-color: #1B0297;
}
.TagClassName
{
border-color: #1B0297;
}
</style>