Shades of Ultramarine #260DAA
Tints of Ultramarine #260DAA
RGB
CMYK
RGB Variations
Color information
#260DAA (or 0x260DAA) is known color: Ultramarine. HEX triplet: 26, 0D and AA. RGB value is (38,13,170). Sum of RGB (Red+Green+Blue) = 38+13+170=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 170 (66.80% from 255 or 76.92% from 221); Max value from RGB is 170 - color contains mainly: blue. Hex color #260DAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260DAA is #D9F255. Grayscale: #252525. Windows color (decimal): -14283350 or 11144486. OLE color: 11144486.
HSL color Cylindrical-coordinate representation of color #260DAA: hue angle of 249.55º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260DAA is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 13 | 170 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.33 |
| HSL | 249.55º | 0.86% | 0.36% | - |
| HSV(B) | 249.55º | 0.92% | 0.67% | - |
| XYZ | 8.2 | 3.6 | 38.29 | - |
| YUV | 38.37 | 202.28 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 170 | 0.78 | 0.92 | 0 | 0.33 | 249.55 | 0.86 | 0.36 |
| Hex | 26 | D | AA | 4E | 5C | 0 | 21 | FA | 56 | 24 |
| Octal | 46 | 15 | 252 | 116 | 134 | 0 | 41 | 372 | 126 | 44 |
| Binary | 100110 | 1101 | 10101010 | 1001110 | 1011100 | 0 | 100001 | 11111010 | 1010110 | 100100 |
Color Harmonies of #260DAA
Complementary color
Monochromatic Colors of #260DAA
Black with #260DAA
Text Example
Text Example
White with #260DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260DAA; }
p { color: rgb(38,13,170); }
H1.HeaderClassName
{
color: #260DAA;
}
.AnyTagClassName
{
color: #260DAA;
}
</style>
background-color css
<style>
a { background-color: #260DAA; }
a { background-color: rgb(38,13,170); }
div.DivClassName
{
background-color: #260DAA;
}
.BgClassName
{
background-color: #260DAA;
}
</style>
border-color css
<style>
span { border-color: #260DAA; }
span { border-color: rgb(38,13,170); }
td.TdClassName
{
border-color: #260DAA;
}
.TagClassName
{
border-color: #260DAA;
}
</style>