Shades of Ultramarine #1B2099
Tints of Ultramarine #1B2099
RGB
CMYK
RGB Variations
Color information
#1B2099 (or 0x1B2099) is known color: Ultramarine. HEX triplet: 1B, 20 and 99. RGB value is (27,32,153). Sum of RGB (Red+Green+Blue) = 27+32+153=212 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.74% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 153 (60.16% from 255 or 72.17% from 212); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B2099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2099 is #E4DF66. Grayscale: #2B2B2B. Windows color (decimal): -14999399 or 10035227. OLE color: 10035227.
HSL color Cylindrical-coordinate representation of color #1B2099: hue angle of 237.62º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B2099 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 27 | 32 | 153 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.4 |
| HSL | 237.62º | 0.7% | 0.35% | - |
| HSV(B) | 237.62º | 0.82% | 0.6% | - |
| XYZ | 6.72 | 3.57 | 30.47 | - |
| YUV | 44.3 | 189.34 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 32 | 153 | 0.82 | 0.79 | 0 | 0.4 | 237.62 | 0.7 | 0.35 |
| Hex | 1B | 20 | 99 | 52 | 4F | 0 | 28 | EE | 46 | 23 |
| Octal | 33 | 40 | 231 | 122 | 117 | 0 | 50 | 356 | 106 | 43 |
| Binary | 11011 | 100000 | 10011001 | 1010010 | 1001111 | 0 | 101000 | 11101110 | 1000110 | 100011 |
Color Harmonies of #1B2099
Complementary color
Monochromatic Colors of #1B2099
Black with #1B2099
Text Example
Text Example
White with #1B2099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2099; }
p { color: rgb(27,32,153); }
H1.HeaderClassName
{
color: #1B2099;
}
.AnyTagClassName
{
color: #1B2099;
}
</style>
background-color css
<style>
a { background-color: #1B2099; }
a { background-color: rgb(27,32,153); }
div.DivClassName
{
background-color: #1B2099;
}
.BgClassName
{
background-color: #1B2099;
}
</style>
border-color css
<style>
span { border-color: #1B2099; }
span { border-color: rgb(27,32,153); }
td.TdClassName
{
border-color: #1B2099;
}
.TagClassName
{
border-color: #1B2099;
}
</style>