Shades of Ultramarine #200FAF
Tints of Ultramarine #200FAF
RGB
CMYK
RGB Variations
Color information
#200FAF (or 0x200FAF) is known color: Ultramarine. HEX triplet: 20, 0F and AF. RGB value is (32,15,175). Sum of RGB (Red+Green+Blue) = 32+15+175=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 175 (68.75% from 255 or 78.83% from 222); Max value from RGB is 175 - color contains mainly: blue. Hex color #200FAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200FAF is #DFF050. Grayscale: #252525. Windows color (decimal): -14676049 or 11472672. OLE color: 11472672.
HSL color Cylindrical-coordinate representation of color #200FAF: hue angle of 246.37º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200FAF is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 15 | 175 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.31 |
| HSL | 246.38º | 0.84% | 0.37% | - |
| HSV(B) | 246.38º | 0.91% | 0.69% | - |
| XYZ | 8.5 | 3.74 | 40.83 | - |
| YUV | 38.32 | 205.13 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 175 | 0.82 | 0.91 | 0 | 0.31 | 246.38 | 0.84 | 0.37 |
| Hex | 20 | F | AF | 52 | 5B | 0 | 1F | F6 | 54 | 25 |
| Octal | 40 | 17 | 257 | 122 | 133 | 0 | 37 | 366 | 124 | 45 |
| Binary | 100000 | 1111 | 10101111 | 1010010 | 1011011 | 0 | 11111 | 11110110 | 1010100 | 100101 |
Color Harmonies of #200FAF
Complementary color
Monochromatic Colors of #200FAF
Black with #200FAF
Text Example
Text Example
White with #200FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200FAF; }
p { color: rgb(32,15,175); }
H1.HeaderClassName
{
color: #200FAF;
}
.AnyTagClassName
{
color: #200FAF;
}
</style>
background-color css
<style>
a { background-color: #200FAF; }
a { background-color: rgb(32,15,175); }
div.DivClassName
{
background-color: #200FAF;
}
.BgClassName
{
background-color: #200FAF;
}
</style>
border-color css
<style>
span { border-color: #200FAF; }
span { border-color: rgb(32,15,175); }
td.TdClassName
{
border-color: #200FAF;
}
.TagClassName
{
border-color: #200FAF;
}
</style>