Shades of Ultramarine #2602AA
Tints of Ultramarine #2602AA
RGB
CMYK
RGB Variations
Color information
#2602AA (or 0x2602AA) is known color: Ultramarine. HEX triplet: 26, 02 and AA. RGB value is (38,2,170). Sum of RGB (Red+Green+Blue) = 38+2+170=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 170 (66.80% from 255 or 80.95% from 210); Max value from RGB is 170 - color contains mainly: blue. Hex color #2602AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2602AA is #D9FD55. Grayscale: #1F1F1F. Windows color (decimal): -14286166 or 11141670. OLE color: 11141670.
HSL color Cylindrical-coordinate representation of color #2602AA: hue angle of 252.86º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2602AA is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 2 | 170 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.33 |
| HSL | 252.86º | 0.98% | 0.34% | - |
| HSV(B) | 252.86º | 0.99% | 0.67% | - |
| XYZ | 8.08 | 3.36 | 38.25 | - |
| YUV | 31.92 | 205.93 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 170 | 0.78 | 0.99 | 0 | 0.33 | 252.86 | 0.98 | 0.34 |
| Hex | 26 | 2 | AA | 4E | 63 | 0 | 21 | FD | 62 | 22 |
| Octal | 46 | 2 | 252 | 116 | 143 | 0 | 41 | 375 | 142 | 42 |
| Binary | 100110 | 10 | 10101010 | 1001110 | 1100011 | 0 | 100001 | 11111101 | 1100010 | 100010 |
Color Harmonies of #2602AA
Complementary color
Monochromatic Colors of #2602AA
Black with #2602AA
Text Example
Text Example
White with #2602AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2602AA; }
p { color: rgb(38,2,170); }
H1.HeaderClassName
{
color: #2602AA;
}
.AnyTagClassName
{
color: #2602AA;
}
</style>
background-color css
<style>
a { background-color: #2602AA; }
a { background-color: rgb(38,2,170); }
div.DivClassName
{
background-color: #2602AA;
}
.BgClassName
{
background-color: #2602AA;
}
</style>
border-color css
<style>
span { border-color: #2602AA; }
span { border-color: rgb(38,2,170); }
td.TdClassName
{
border-color: #2602AA;
}
.TagClassName
{
border-color: #2602AA;
}
</style>