Shades of Ultramarine #200BAF
Tints of Ultramarine #200BAF
RGB
CMYK
RGB Variations
Color information
#200BAF (or 0x200BAF) is known color: Ultramarine. HEX triplet: 20, 0B and AF. RGB value is (32,11,175). Sum of RGB (Red+Green+Blue) = 32+11+175=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 175 (68.75% from 255 or 80.28% from 218); Max value from RGB is 175 - color contains mainly: blue. Hex color #200BAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200BAF is #DFF450. Grayscale: #232323. Windows color (decimal): -14677073 or 11471648. OLE color: 11471648.
HSL color Cylindrical-coordinate representation of color #200BAF: hue angle of 247.68º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200BAF is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 11 | 175 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.31 |
| HSL | 247.68º | 0.88% | 0.36% | - |
| HSV(B) | 247.68º | 0.94% | 0.69% | - |
| XYZ | 8.45 | 3.64 | 40.81 | - |
| YUV | 35.98 | 206.46 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 175 | 0.82 | 0.94 | 0 | 0.31 | 247.68 | 0.88 | 0.36 |
| Hex | 20 | B | AF | 52 | 5E | 0 | 1F | F8 | 58 | 24 |
| Octal | 40 | 13 | 257 | 122 | 136 | 0 | 37 | 370 | 130 | 44 |
| Binary | 100000 | 1011 | 10101111 | 1010010 | 1011110 | 0 | 11111 | 11111000 | 1011000 | 100100 |
Color Harmonies of #200BAF
Complementary color
Monochromatic Colors of #200BAF
Black with #200BAF
Text Example
Text Example
White with #200BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200BAF; }
p { color: rgb(32,11,175); }
H1.HeaderClassName
{
color: #200BAF;
}
.AnyTagClassName
{
color: #200BAF;
}
</style>
background-color css
<style>
a { background-color: #200BAF; }
a { background-color: rgb(32,11,175); }
div.DivClassName
{
background-color: #200BAF;
}
.BgClassName
{
background-color: #200BAF;
}
</style>
border-color css
<style>
span { border-color: #200BAF; }
span { border-color: rgb(32,11,175); }
td.TdClassName
{
border-color: #200BAF;
}
.TagClassName
{
border-color: #200BAF;
}
</style>