Shades of Ultramarine #260FAD
Tints of Ultramarine #260FAD
RGB
CMYK
RGB Variations
Color information
#260FAD (or 0x260FAD) is known color: Ultramarine. HEX triplet: 26, 0F and AD. RGB value is (38,15,173). Sum of RGB (Red+Green+Blue) = 38+15+173=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 173 (67.97% from 255 or 76.55% from 226); Max value from RGB is 173 - color contains mainly: blue. Hex color #260FAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260FAD is #D9F052. Grayscale: #272727. Windows color (decimal): -14282835 or 11341606. OLE color: 11341606.
HSL color Cylindrical-coordinate representation of color #260FAD: hue angle of 248.73º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #260FAD is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 15 | 173 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.32 |
| HSL | 248.73º | 0.84% | 0.37% | - |
| HSV(B) | 248.73º | 0.91% | 0.68% | - |
| XYZ | 8.51 | 3.77 | 39.81 | - |
| YUV | 39.89 | 203.12 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 173 | 0.78 | 0.91 | 0 | 0.32 | 248.73 | 0.84 | 0.37 |
| Hex | 26 | F | AD | 4E | 5B | 0 | 20 | F9 | 54 | 25 |
| Octal | 46 | 17 | 255 | 116 | 133 | 0 | 40 | 371 | 124 | 45 |
| Binary | 100110 | 1111 | 10101101 | 1001110 | 1011011 | 0 | 100000 | 11111001 | 1010100 | 100101 |
Color Harmonies of #260FAD
Complementary color
Monochromatic Colors of #260FAD
Black with #260FAD
Text Example
Text Example
White with #260FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260FAD; }
p { color: rgb(38,15,173); }
H1.HeaderClassName
{
color: #260FAD;
}
.AnyTagClassName
{
color: #260FAD;
}
</style>
background-color css
<style>
a { background-color: #260FAD; }
a { background-color: rgb(38,15,173); }
div.DivClassName
{
background-color: #260FAD;
}
.BgClassName
{
background-color: #260FAD;
}
</style>
border-color css
<style>
span { border-color: #260FAD; }
span { border-color: rgb(38,15,173); }
td.TdClassName
{
border-color: #260FAD;
}
.TagClassName
{
border-color: #260FAD;
}
</style>