Shades of Ultramarine #2005B2
Tints of Ultramarine #2005B2
RGB
CMYK
RGB Variations
Color information
#2005B2 (or 0x2005B2) is known color: Ultramarine. HEX triplet: 20, 05 and B2. RGB value is (32,5,178). Sum of RGB (Red+Green+Blue) = 32+5+178=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 178 (69.92% from 255 or 82.79% from 215); Max value from RGB is 178 - color contains mainly: blue. Hex color #2005B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2005B2 is #DFFA4D. Grayscale: #202020. Windows color (decimal): -14678606 or 11666720. OLE color: 11666720.
HSL color Cylindrical-coordinate representation of color #2005B2: hue angle of 249.36º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2005B2 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 5 | 178 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.30 |
| HSL | 249.36º | 0.95% | 0.36% | - |
| HSV(B) | 249.36º | 0.97% | 0.7% | - |
| XYZ | 8.69 | 3.63 | 42.36 | - |
| YUV | 32.8 | 209.95 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 178 | 0.82 | 0.97 | 0 | 0.30 | 249.36 | 0.95 | 0.36 |
| Hex | 20 | 5 | B2 | 52 | 61 | 0 | 1E | F9 | 5F | 24 |
| Octal | 40 | 5 | 262 | 122 | 141 | 0 | 36 | 371 | 137 | 44 |
| Binary | 100000 | 101 | 10110010 | 1010010 | 1100001 | 0 | 11110 | 11111001 | 1011111 | 100100 |
Color Harmonies of #2005B2
Complementary color
Monochromatic Colors of #2005B2
Black with #2005B2
Text Example
Text Example
White with #2005B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2005B2; }
p { color: rgb(32,5,178); }
H1.HeaderClassName
{
color: #2005B2;
}
.AnyTagClassName
{
color: #2005B2;
}
</style>
background-color css
<style>
a { background-color: #2005B2; }
a { background-color: rgb(32,5,178); }
div.DivClassName
{
background-color: #2005B2;
}
.BgClassName
{
background-color: #2005B2;
}
</style>
border-color css
<style>
span { border-color: #2005B2; }
span { border-color: rgb(32,5,178); }
td.TdClassName
{
border-color: #2005B2;
}
.TagClassName
{
border-color: #2005B2;
}
</style>