Shades of Ultramarine #200699
Tints of Ultramarine #200699
RGB
CMYK
RGB Variations
Color information
#200699 (or 0x200699) is known color: Ultramarine. HEX triplet: 20, 06 and 99. RGB value is (32,6,153). Sum of RGB (Red+Green+Blue) = 32+6+153=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 153 (60.16% from 255 or 80.10% from 191); Max value from RGB is 153 - color contains mainly: blue. Hex color #200699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200699 is #DFF966. Grayscale: #1D1D1D. Windows color (decimal): -14678375 or 10028576. OLE color: 10028576.
HSL color Cylindrical-coordinate representation of color #200699: hue angle of 250.61º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #200699 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 6 | 153 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.4 |
| HSL | 250.61º | 0.92% | 0.31% | - |
| HSV(B) | 250.61º | 0.96% | 0.6% | - |
| XYZ | 6.41 | 2.74 | 30.33 | - |
| YUV | 30.53 | 197.11 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 153 | 0.79 | 0.96 | 0 | 0.4 | 250.61 | 0.92 | 0.31 |
| Hex | 20 | 6 | 99 | 4F | 60 | 0 | 28 | FB | 5C | 1F |
| Octal | 40 | 6 | 231 | 117 | 140 | 0 | 50 | 373 | 134 | 37 |
| Binary | 100000 | 110 | 10011001 | 1001111 | 1100000 | 0 | 101000 | 11111011 | 1011100 | 11111 |
Color Harmonies of #200699
Complementary color
Monochromatic Colors of #200699
Black with #200699
Text Example
Text Example
White with #200699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200699; }
p { color: rgb(32,6,153); }
H1.HeaderClassName
{
color: #200699;
}
.AnyTagClassName
{
color: #200699;
}
</style>
background-color css
<style>
a { background-color: #200699; }
a { background-color: rgb(32,6,153); }
div.DivClassName
{
background-color: #200699;
}
.BgClassName
{
background-color: #200699;
}
</style>
border-color css
<style>
span { border-color: #200699; }
span { border-color: rgb(32,6,153); }
td.TdClassName
{
border-color: #200699;
}
.TagClassName
{
border-color: #200699;
}
</style>