Shades of Ultramarine #200F9C
Tints of Ultramarine #200F9C
RGB
CMYK
RGB Variations
Color information
#200F9C (or 0x200F9C) is known color: Ultramarine. HEX triplet: 20, 0F and 9C. RGB value is (32,15,156). Sum of RGB (Red+Green+Blue) = 32+15+156=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #200F9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200F9C is #DFF063. Grayscale: #232323. Windows color (decimal): -14676068 or 10227488. OLE color: 10227488.
HSL color Cylindrical-coordinate representation of color #200F9C: hue angle of 247.23º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200F9C is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 15 | 156 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.39 |
| HSL | 247.23º | 0.82% | 0.34% | - |
| HSV(B) | 247.23º | 0.9% | 0.61% | - |
| XYZ | 6.77 | 3.05 | 31.68 | - |
| YUV | 36.16 | 195.63 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 156 | 0.79 | 0.90 | 0 | 0.39 | 247.23 | 0.82 | 0.34 |
| Hex | 20 | F | 9C | 4F | 5A | 0 | 27 | F7 | 52 | 22 |
| Octal | 40 | 17 | 234 | 117 | 132 | 0 | 47 | 367 | 122 | 42 |
| Binary | 100000 | 1111 | 10011100 | 1001111 | 1011010 | 0 | 100111 | 11110111 | 1010010 | 100010 |
Color Harmonies of #200F9C
Complementary color
Monochromatic Colors of #200F9C
Black with #200F9C
Text Example
Text Example
White with #200F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F9C; }
p { color: rgb(32,15,156); }
H1.HeaderClassName
{
color: #200F9C;
}
.AnyTagClassName
{
color: #200F9C;
}
</style>
background-color css
<style>
a { background-color: #200F9C; }
a { background-color: rgb(32,15,156); }
div.DivClassName
{
background-color: #200F9C;
}
.BgClassName
{
background-color: #200F9C;
}
</style>
border-color css
<style>
span { border-color: #200F9C; }
span { border-color: rgb(32,15,156); }
td.TdClassName
{
border-color: #200F9C;
}
.TagClassName
{
border-color: #200F9C;
}
</style>