Shades of Ultramarine #260DAB
Tints of Ultramarine #260DAB
RGB
CMYK
RGB Variations
Color information
#260DAB (or 0x260DAB) is known color: Ultramarine. HEX triplet: 26, 0D and AB. RGB value is (38,13,171). Sum of RGB (Red+Green+Blue) = 38+13+171=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 171 (67.19% from 255 or 77.03% from 222); Max value from RGB is 171 - color contains mainly: blue. Hex color #260DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260DAB is #D9F254. Grayscale: #252525. Windows color (decimal): -14283349 or 11210022. OLE color: 11210022.
HSL color Cylindrical-coordinate representation of color #260DAB: hue angle of 249.49º 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 #260DAB is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 13 | 171 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.33 |
| HSL | 249.49º | 0.86% | 0.36% | - |
| HSV(B) | 249.49º | 0.92% | 0.67% | - |
| XYZ | 8.29 | 3.64 | 38.79 | - |
| YUV | 38.49 | 202.78 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 171 | 0.78 | 0.92 | 0 | 0.33 | 249.49 | 0.86 | 0.36 |
| Hex | 26 | D | AB | 4E | 5C | 0 | 21 | F9 | 56 | 24 |
| Octal | 46 | 15 | 253 | 116 | 134 | 0 | 41 | 371 | 126 | 44 |
| Binary | 100110 | 1101 | 10101011 | 1001110 | 1011100 | 0 | 100001 | 11111001 | 1010110 | 100100 |
Color Harmonies of #260DAB
Complementary color
Monochromatic Colors of #260DAB
Black with #260DAB
Text Example
Text Example
White with #260DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260DAB; }
p { color: rgb(38,13,171); }
H1.HeaderClassName
{
color: #260DAB;
}
.AnyTagClassName
{
color: #260DAB;
}
</style>
background-color css
<style>
a { background-color: #260DAB; }
a { background-color: rgb(38,13,171); }
div.DivClassName
{
background-color: #260DAB;
}
.BgClassName
{
background-color: #260DAB;
}
</style>
border-color css
<style>
span { border-color: #260DAB; }
span { border-color: rgb(38,13,171); }
td.TdClassName
{
border-color: #260DAB;
}
.TagClassName
{
border-color: #260DAB;
}
</style>