Shades of Ultramarine #200CB3
Tints of Ultramarine #200CB3
RGB
CMYK
RGB Variations
Color information
#200CB3 (or 0x200CB3) is known color: Ultramarine. HEX triplet: 20, 0C and B3. RGB value is (32,12,179). Sum of RGB (Red+Green+Blue) = 32+12+179=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 179 (70.31% from 255 or 80.27% from 223); Max value from RGB is 179 - color contains mainly: blue. Hex color #200CB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200CB3 is #DFF34C. Grayscale: #242424. Windows color (decimal): -14676813 or 11734048. OLE color: 11734048.
HSL color Cylindrical-coordinate representation of color #200CB3: hue angle of 247.19º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200CB3 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 12 | 179 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.30 |
| HSL | 247.19º | 0.87% | 0.37% | - |
| HSV(B) | 247.19º | 0.93% | 0.7% | - |
| XYZ | 8.86 | 3.82 | 42.92 | - |
| YUV | 37.02 | 208.13 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 179 | 0.82 | 0.93 | 0 | 0.30 | 247.19 | 0.87 | 0.37 |
| Hex | 20 | C | B3 | 52 | 5D | 0 | 1E | F7 | 57 | 25 |
| Octal | 40 | 14 | 263 | 122 | 135 | 0 | 36 | 367 | 127 | 45 |
| Binary | 100000 | 1100 | 10110011 | 1010010 | 1011101 | 0 | 11110 | 11110111 | 1010111 | 100101 |
Color Harmonies of #200CB3
Complementary color
Monochromatic Colors of #200CB3
Black with #200CB3
Text Example
Text Example
White with #200CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200CB3; }
p { color: rgb(32,12,179); }
H1.HeaderClassName
{
color: #200CB3;
}
.AnyTagClassName
{
color: #200CB3;
}
</style>
background-color css
<style>
a { background-color: #200CB3; }
a { background-color: rgb(32,12,179); }
div.DivClassName
{
background-color: #200CB3;
}
.BgClassName
{
background-color: #200CB3;
}
</style>
border-color css
<style>
span { border-color: #200CB3; }
span { border-color: rgb(32,12,179); }
td.TdClassName
{
border-color: #200CB3;
}
.TagClassName
{
border-color: #200CB3;
}
</style>