Shades of Ultramarine #2605AC
Tints of Ultramarine #2605AC
RGB
CMYK
RGB Variations
Color information
#2605AC (or 0x2605AC) is known color: Ultramarine. HEX triplet: 26, 05 and AC. RGB value is (38,5,172). Sum of RGB (Red+Green+Blue) = 38+5+172=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 172 (67.58% from 255 or 80% from 215); Max value from RGB is 172 - color contains mainly: blue. Hex color #2605AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2605AC is #D9FA53. Grayscale: #212121. Windows color (decimal): -14285396 or 11273510. OLE color: 11273510.
HSL color Cylindrical-coordinate representation of color #2605AC: hue angle of 251.86º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2605AC is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 5 | 172 | - |
| CMYK | 0.78 | 0.97 | 0 | 0.33 |
| HSL | 251.86º | 0.94% | 0.35% | - |
| HSV(B) | 251.86º | 0.97% | 0.67% | - |
| XYZ | 8.3 | 3.5 | 39.27 | - |
| YUV | 33.91 | 205.93 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 172 | 0.78 | 0.97 | 0 | 0.33 | 251.86 | 0.94 | 0.35 |
| Hex | 26 | 5 | AC | 4E | 61 | 0 | 21 | FC | 5E | 23 |
| Octal | 46 | 5 | 254 | 116 | 141 | 0 | 41 | 374 | 136 | 43 |
| Binary | 100110 | 101 | 10101100 | 1001110 | 1100001 | 0 | 100001 | 11111100 | 1011110 | 100011 |
Color Harmonies of #2605AC
Complementary color
Monochromatic Colors of #2605AC
Black with #2605AC
Text Example
Text Example
White with #2605AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2605AC; }
p { color: rgb(38,5,172); }
H1.HeaderClassName
{
color: #2605AC;
}
.AnyTagClassName
{
color: #2605AC;
}
</style>
background-color css
<style>
a { background-color: #2605AC; }
a { background-color: rgb(38,5,172); }
div.DivClassName
{
background-color: #2605AC;
}
.BgClassName
{
background-color: #2605AC;
}
</style>
border-color css
<style>
span { border-color: #2605AC; }
span { border-color: rgb(38,5,172); }
td.TdClassName
{
border-color: #2605AC;
}
.TagClassName
{
border-color: #2605AC;
}
</style>