Shades of Ultramarine #200FB6
Tints of Ultramarine #200FB6
RGB
CMYK
RGB Variations
Color information
#200FB6 (or 0x200FB6) is known color: Ultramarine. HEX triplet: 20, 0F and B6. RGB value is (32,15,182). Sum of RGB (Red+Green+Blue) = 32+15+182=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 182 (71.48% from 255 or 79.48% from 229); Max value from RGB is 182 - color contains mainly: blue. Hex color #200FB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200FB6 is #DFF049. Grayscale: #262626. Windows color (decimal): -14676042 or 11931424. OLE color: 11931424.
HSL color Cylindrical-coordinate representation of color #200FB6: hue angle of 246.11º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #200FB6 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 15 | 182 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.29 |
| HSL | 246.11º | 0.85% | 0.39% | - |
| HSV(B) | 246.11º | 0.92% | 0.71% | - |
| XYZ | 9.21 | 4.03 | 44.55 | - |
| YUV | 39.12 | 208.63 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 182 | 0.82 | 0.92 | 0 | 0.29 | 246.11 | 0.85 | 0.39 |
| Hex | 20 | F | B6 | 52 | 5C | 0 | 1D | F6 | 55 | 27 |
| Octal | 40 | 17 | 266 | 122 | 134 | 0 | 35 | 366 | 125 | 47 |
| Binary | 100000 | 1111 | 10110110 | 1010010 | 1011100 | 0 | 11101 | 11110110 | 1010101 | 100111 |
Color Harmonies of #200FB6
Complementary color
Monochromatic Colors of #200FB6
Black with #200FB6
Text Example
Text Example
White with #200FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200FB6; }
p { color: rgb(32,15,182); }
H1.HeaderClassName
{
color: #200FB6;
}
.AnyTagClassName
{
color: #200FB6;
}
</style>
background-color css
<style>
a { background-color: #200FB6; }
a { background-color: rgb(32,15,182); }
div.DivClassName
{
background-color: #200FB6;
}
.BgClassName
{
background-color: #200FB6;
}
</style>
border-color css
<style>
span { border-color: #200FB6; }
span { border-color: rgb(32,15,182); }
td.TdClassName
{
border-color: #200FB6;
}
.TagClassName
{
border-color: #200FB6;
}
</style>