Shades of Ultramarine #2007AA
Tints of Ultramarine #2007AA
RGB
CMYK
RGB Variations
Color information
#2007AA (or 0x2007AA) is known color: Ultramarine. HEX triplet: 20, 07 and AA. RGB value is (32,7,170). Sum of RGB (Red+Green+Blue) = 32+7+170=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 170 (66.80% from 255 or 81.34% from 209); Max value from RGB is 170 - color contains mainly: blue. Hex color #2007AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2007AA is #DFF855. Grayscale: #202020. Windows color (decimal): -14678102 or 11142944. OLE color: 11142944.
HSL color Cylindrical-coordinate representation of color #2007AA: hue angle of 249.2º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2007AA is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 7 | 170 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.33 |
| HSL | 249.2º | 0.92% | 0.35% | - |
| HSV(B) | 249.2º | 0.96% | 0.67% | - |
| XYZ | 7.93 | 3.36 | 38.26 | - |
| YUV | 33.06 | 205.28 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 170 | 0.81 | 0.96 | 0 | 0.33 | 249.2 | 0.92 | 0.35 |
| Hex | 20 | 7 | AA | 51 | 60 | 0 | 21 | F9 | 5C | 23 |
| Octal | 40 | 7 | 252 | 121 | 140 | 0 | 41 | 371 | 134 | 43 |
| Binary | 100000 | 111 | 10101010 | 1010001 | 1100000 | 0 | 100001 | 11111001 | 1011100 | 100011 |
Color Harmonies of #2007AA
Complementary color
Monochromatic Colors of #2007AA
Black with #2007AA
Text Example
Text Example
White with #2007AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2007AA; }
p { color: rgb(32,7,170); }
H1.HeaderClassName
{
color: #2007AA;
}
.AnyTagClassName
{
color: #2007AA;
}
</style>
background-color css
<style>
a { background-color: #2007AA; }
a { background-color: rgb(32,7,170); }
div.DivClassName
{
background-color: #2007AA;
}
.BgClassName
{
background-color: #2007AA;
}
</style>
border-color css
<style>
span { border-color: #2007AA; }
span { border-color: rgb(32,7,170); }
td.TdClassName
{
border-color: #2007AA;
}
.TagClassName
{
border-color: #2007AA;
}
</style>