Shades of Ultramarine #20068B
Tints of Ultramarine #20068B
RGB
CMYK
RGB Variations
Color information
#20068B (or 0x20068B) is known color: Ultramarine. HEX triplet: 20, 06 and 8B. RGB value is (32,6,139). Sum of RGB (Red+Green+Blue) = 32+6+139=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 139 (54.69% from 255 or 78.53% from 177); Max value from RGB is 139 - color contains mainly: blue. Hex color #20068B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20068B is #DFF974. Grayscale: #1C1C1C. Windows color (decimal): -14678389 or 9111072. OLE color: 9111072.
HSL color Cylindrical-coordinate representation of color #20068B: hue angle of 251.73º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #20068B is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 6 | 139 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.45 |
| HSL | 251.73º | 0.92% | 0.28% | - |
| HSV(B) | 251.73º | 0.96% | 0.55% | - |
| XYZ | 5.32 | 2.3 | 24.59 | - |
| YUV | 28.94 | 190.11 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 139 | 0.77 | 0.96 | 0 | 0.45 | 251.73 | 0.92 | 0.28 |
| Hex | 20 | 6 | 8B | 4D | 60 | 0 | 2D | FC | 5C | 1C |
| Octal | 40 | 6 | 213 | 115 | 140 | 0 | 55 | 374 | 134 | 34 |
| Binary | 100000 | 110 | 10001011 | 1001101 | 1100000 | 0 | 101101 | 11111100 | 1011100 | 11100 |
Color Harmonies of #20068B
Complementary color
Monochromatic Colors of #20068B
Black with #20068B
Text Example
Text Example
White with #20068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20068B; }
p { color: rgb(32,6,139); }
H1.HeaderClassName
{
color: #20068B;
}
.AnyTagClassName
{
color: #20068B;
}
</style>
background-color css
<style>
a { background-color: #20068B; }
a { background-color: rgb(32,6,139); }
div.DivClassName
{
background-color: #20068B;
}
.BgClassName
{
background-color: #20068B;
}
</style>
border-color css
<style>
span { border-color: #20068B; }
span { border-color: rgb(32,6,139); }
td.TdClassName
{
border-color: #20068B;
}
.TagClassName
{
border-color: #20068B;
}
</style>