Shades of Ultramarine #201B92
Tints of Ultramarine #201B92
RGB
CMYK
RGB Variations
Color information
#201B92 (or 0x201B92) is known color: Ultramarine. HEX triplet: 20, 1B and 92. RGB value is (32,27,146). Sum of RGB (Red+Green+Blue) = 32+27+146=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 146 (57.42% from 255 or 71.22% from 205); Max value from RGB is 146 - color contains mainly: blue. Hex color #201B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201B92 is #DFE46D. Grayscale: #292929. Windows color (decimal): -14673006 or 9575200. OLE color: 9575200.
HSL color Cylindrical-coordinate representation of color #201B92: hue angle of 242.52º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201B92 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 27 | 146 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.43 |
| HSL | 242.52º | 0.69% | 0.34% | - |
| HSV(B) | 242.52º | 0.82% | 0.57% | - |
| XYZ | 6.18 | 3.17 | 27.48 | - |
| YUV | 42.06 | 186.66 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 146 | 0.78 | 0.82 | 0 | 0.43 | 242.52 | 0.69 | 0.34 |
| Hex | 20 | 1B | 92 | 4E | 52 | 0 | 2B | F3 | 45 | 22 |
| Octal | 40 | 33 | 222 | 116 | 122 | 0 | 53 | 363 | 105 | 42 |
| Binary | 100000 | 11011 | 10010010 | 1001110 | 1010010 | 0 | 101011 | 11110011 | 1000101 | 100010 |
Color Harmonies of #201B92
Complementary color
Monochromatic Colors of #201B92
Black with #201B92
Text Example
Text Example
White with #201B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B92; }
p { color: rgb(32,27,146); }
H1.HeaderClassName
{
color: #201B92;
}
.AnyTagClassName
{
color: #201B92;
}
</style>
background-color css
<style>
a { background-color: #201B92; }
a { background-color: rgb(32,27,146); }
div.DivClassName
{
background-color: #201B92;
}
.BgClassName
{
background-color: #201B92;
}
</style>
border-color css
<style>
span { border-color: #201B92; }
span { border-color: rgb(32,27,146); }
td.TdClassName
{
border-color: #201B92;
}
.TagClassName
{
border-color: #201B92;
}
</style>