Shades of Ultramarine #2619AA
Tints of Ultramarine #2619AA
RGB
CMYK
RGB Variations
Color information
#2619AA (or 0x2619AA) is known color: Ultramarine. HEX triplet: 26, 19 and AA. RGB value is (38,25,170). Sum of RGB (Red+Green+Blue) = 38+25+170=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #2619AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2619AA is #D9E655. Grayscale: #2C2C2C. Windows color (decimal): -14280278 or 11147558. OLE color: 11147558.
HSL color Cylindrical-coordinate representation of color #2619AA: hue angle of 245.38º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2619AA is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 25 | 170 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.33 |
| HSL | 245.38º | 0.74% | 0.38% | - |
| HSV(B) | 245.38º | 0.85% | 0.67% | - |
| XYZ | 8.4 | 4.01 | 38.36 | - |
| YUV | 45.42 | 198.31 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 25 | 170 | 0.78 | 0.85 | 0 | 0.33 | 245.38 | 0.74 | 0.38 |
| Hex | 26 | 19 | AA | 4E | 55 | 0 | 21 | F5 | 4A | 26 |
| Octal | 46 | 31 | 252 | 116 | 125 | 0 | 41 | 365 | 112 | 46 |
| Binary | 100110 | 11001 | 10101010 | 1001110 | 1010101 | 0 | 100001 | 11110101 | 1001010 | 100110 |
Color Harmonies of #2619AA
Complementary color
Monochromatic Colors of #2619AA
Black with #2619AA
Text Example
Text Example
White with #2619AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2619AA; }
p { color: rgb(38,25,170); }
H1.HeaderClassName
{
color: #2619AA;
}
.AnyTagClassName
{
color: #2619AA;
}
</style>
background-color css
<style>
a { background-color: #2619AA; }
a { background-color: rgb(38,25,170); }
div.DivClassName
{
background-color: #2619AA;
}
.BgClassName
{
background-color: #2619AA;
}
</style>
border-color css
<style>
span { border-color: #2619AA; }
span { border-color: rgb(38,25,170); }
td.TdClassName
{
border-color: #2619AA;
}
.TagClassName
{
border-color: #2619AA;
}
</style>