Shades of Ultramarine #260AAE
Tints of Ultramarine #260AAE
RGB
CMYK
RGB Variations
Color information
#260AAE (or 0x260AAE) is known color: Ultramarine. HEX triplet: 26, 0A and AE. RGB value is (38,10,174). Sum of RGB (Red+Green+Blue) = 38+10+174=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 174 (68.36% from 255 or 78.38% from 222); Max value from RGB is 174 - color contains mainly: blue. Hex color #260AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260AAE is #D9F551. Grayscale: #242424. Windows color (decimal): -14284114 or 11405862. OLE color: 11405862.
HSL color Cylindrical-coordinate representation of color #260AAE: hue angle of 250.24º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260AAE is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 10 | 174 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.32 |
| HSL | 250.24º | 0.89% | 0.36% | - |
| HSV(B) | 250.24º | 0.94% | 0.68% | - |
| XYZ | 8.55 | 3.69 | 40.31 | - |
| YUV | 37.07 | 205.28 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 174 | 0.78 | 0.94 | 0 | 0.32 | 250.24 | 0.89 | 0.36 |
| Hex | 26 | A | AE | 4E | 5E | 0 | 20 | FA | 59 | 24 |
| Octal | 46 | 12 | 256 | 116 | 136 | 0 | 40 | 372 | 131 | 44 |
| Binary | 100110 | 1010 | 10101110 | 1001110 | 1011110 | 0 | 100000 | 11111010 | 1011001 | 100100 |
Color Harmonies of #260AAE
Complementary color
Monochromatic Colors of #260AAE
Black with #260AAE
Text Example
Text Example
White with #260AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260AAE; }
p { color: rgb(38,10,174); }
H1.HeaderClassName
{
color: #260AAE;
}
.AnyTagClassName
{
color: #260AAE;
}
</style>
background-color css
<style>
a { background-color: #260AAE; }
a { background-color: rgb(38,10,174); }
div.DivClassName
{
background-color: #260AAE;
}
.BgClassName
{
background-color: #260AAE;
}
</style>
border-color css
<style>
span { border-color: #260AAE; }
span { border-color: rgb(38,10,174); }
td.TdClassName
{
border-color: #260AAE;
}
.TagClassName
{
border-color: #260AAE;
}
</style>