Shades of Ultramarine #20268D
Tints of Ultramarine #20268D
RGB
CMYK
RGB Variations
Color information
#20268D (or 0x20268D) is known color: Ultramarine. HEX triplet: 20, 26 and 8D. RGB value is (32,38,141). Sum of RGB (Red+Green+Blue) = 32+38+141=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #20268D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20268D is #DFD972. Grayscale: #2F2F2F. Windows color (decimal): -14670195 or 9250336. OLE color: 9250336.
HSL color Cylindrical-coordinate representation of color #20268D: hue angle of 236.7º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20268D is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 38 | 141 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.45 |
| HSL | 236.7º | 0.63% | 0.34% | - |
| HSV(B) | 236.7º | 0.77% | 0.55% | - |
| XYZ | 6.1 | 3.62 | 25.58 | - |
| YUV | 47.95 | 180.51 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 38 | 141 | 0.77 | 0.73 | 0 | 0.45 | 236.7 | 0.63 | 0.34 |
| Hex | 20 | 26 | 8D | 4D | 49 | 0 | 2D | ED | 3F | 22 |
| Octal | 40 | 46 | 215 | 115 | 111 | 0 | 55 | 355 | 77 | 42 |
| Binary | 100000 | 100110 | 10001101 | 1001101 | 1001001 | 0 | 101101 | 11101101 | 111111 | 100010 |
Color Harmonies of #20268D
Complementary color
Monochromatic Colors of #20268D
Black with #20268D
Text Example
Text Example
White with #20268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20268D; }
p { color: rgb(32,38,141); }
H1.HeaderClassName
{
color: #20268D;
}
.AnyTagClassName
{
color: #20268D;
}
</style>
background-color css
<style>
a { background-color: #20268D; }
a { background-color: rgb(32,38,141); }
div.DivClassName
{
background-color: #20268D;
}
.BgClassName
{
background-color: #20268D;
}
</style>
border-color css
<style>
span { border-color: #20268D; }
span { border-color: rgb(32,38,141); }
td.TdClassName
{
border-color: #20268D;
}
.TagClassName
{
border-color: #20268D;
}
</style>