Shades of Ultramarine #2007B1
Tints of Ultramarine #2007B1
RGB
CMYK
RGB Variations
Color information
#2007B1 (or 0x2007B1) is known color: Ultramarine. HEX triplet: 20, 07 and B1. RGB value is (32,7,177). Sum of RGB (Red+Green+Blue) = 32+7+177=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 177 (69.53% from 255 or 81.94% from 216); Max value from RGB is 177 - color contains mainly: blue. Hex color #2007B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2007B1 is #DFF84E. Grayscale: #212121. Windows color (decimal): -14678095 or 11601696. OLE color: 11601696.
HSL color Cylindrical-coordinate representation of color #2007B1: hue angle of 248.82º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2007B1 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 7 | 177 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.31 |
| HSL | 248.82º | 0.92% | 0.36% | - |
| HSV(B) | 248.82º | 0.96% | 0.69% | - |
| XYZ | 8.61 | 3.63 | 41.84 | - |
| YUV | 33.86 | 208.78 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 177 | 0.82 | 0.96 | 0 | 0.31 | 248.82 | 0.92 | 0.36 |
| Hex | 20 | 7 | B1 | 52 | 60 | 0 | 1F | F9 | 5C | 24 |
| Octal | 40 | 7 | 261 | 122 | 140 | 0 | 37 | 371 | 134 | 44 |
| Binary | 100000 | 111 | 10110001 | 1010010 | 1100000 | 0 | 11111 | 11111001 | 1011100 | 100100 |
Color Harmonies of #2007B1
Complementary color
Monochromatic Colors of #2007B1
Black with #2007B1
Text Example
Text Example
White with #2007B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2007B1; }
p { color: rgb(32,7,177); }
H1.HeaderClassName
{
color: #2007B1;
}
.AnyTagClassName
{
color: #2007B1;
}
</style>
background-color css
<style>
a { background-color: #2007B1; }
a { background-color: rgb(32,7,177); }
div.DivClassName
{
background-color: #2007B1;
}
.BgClassName
{
background-color: #2007B1;
}
</style>
border-color css
<style>
span { border-color: #2007B1; }
span { border-color: rgb(32,7,177); }
td.TdClassName
{
border-color: #2007B1;
}
.TagClassName
{
border-color: #2007B1;
}
</style>