Shades of Ultramarine #1B2197
Tints of Ultramarine #1B2197
RGB
CMYK
RGB Variations
Color information
#1B2197 (or 0x1B2197) is known color: Ultramarine. HEX triplet: 1B, 21 and 97. RGB value is (27,33,151). Sum of RGB (Red+Green+Blue) = 27+33+151=211 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.80% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 151 (59.38% from 255 or 71.56% from 211); Max value from RGB is 151 - color contains mainly: blue. Hex color #1B2197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2197 is #E4DE68. Grayscale: #2C2C2C. Windows color (decimal): -14999145 or 9904411. OLE color: 9904411.
HSL color Cylindrical-coordinate representation of color #1B2197: hue angle of 237.1º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B2197 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 27 | 33 | 151 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.41 |
| HSL | 237.1º | 0.7% | 0.35% | - |
| HSV(B) | 237.1º | 0.82% | 0.59% | - |
| XYZ | 6.58 | 3.56 | 29.62 | - |
| YUV | 44.66 | 188.01 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 33 | 151 | 0.82 | 0.78 | 0 | 0.41 | 237.1 | 0.7 | 0.35 |
| Hex | 1B | 21 | 97 | 52 | 4E | 0 | 29 | ED | 46 | 23 |
| Octal | 33 | 41 | 227 | 122 | 116 | 0 | 51 | 355 | 106 | 43 |
| Binary | 11011 | 100001 | 10010111 | 1010010 | 1001110 | 0 | 101001 | 11101101 | 1000110 | 100011 |
Color Harmonies of #1B2197
Complementary color
Monochromatic Colors of #1B2197
Black with #1B2197
Text Example
Text Example
White with #1B2197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2197; }
p { color: rgb(27,33,151); }
H1.HeaderClassName
{
color: #1B2197;
}
.AnyTagClassName
{
color: #1B2197;
}
</style>
background-color css
<style>
a { background-color: #1B2197; }
a { background-color: rgb(27,33,151); }
div.DivClassName
{
background-color: #1B2197;
}
.BgClassName
{
background-color: #1B2197;
}
</style>
border-color css
<style>
span { border-color: #1B2197; }
span { border-color: rgb(27,33,151); }
td.TdClassName
{
border-color: #1B2197;
}
.TagClassName
{
border-color: #1B2197;
}
</style>