Shades of Ultramarine #260EA5
Tints of Ultramarine #260EA5
RGB
CMYK
RGB Variations
Color information
#260EA5 (or 0x260EA5) is known color: Ultramarine. HEX triplet: 26, 0E and A5. RGB value is (38,14,165). Sum of RGB (Red+Green+Blue) = 38+14+165=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 165 (64.84% from 255 or 76.04% from 217); Max value from RGB is 165 - color contains mainly: blue. Hex color #260EA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260EA5 is #D9F15A. Grayscale: #252525. Windows color (decimal): -14283099 or 10817062. OLE color: 10817062.
HSL color Cylindrical-coordinate representation of color #260EA5: hue angle of 249.54º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260EA5 is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 38 | 14 | 165 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.35 |
| HSL | 249.54º | 0.84% | 0.35% | - |
| HSV(B) | 249.54º | 0.92% | 0.65% | - |
| XYZ | 7.75 | 3.44 | 35.85 | - |
| YUV | 38.39 | 199.45 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 14 | 165 | 0.77 | 0.92 | 0 | 0.35 | 249.54 | 0.84 | 0.35 |
| Hex | 26 | E | A5 | 4D | 5C | 0 | 23 | FA | 54 | 23 |
| Octal | 46 | 16 | 245 | 115 | 134 | 0 | 43 | 372 | 124 | 43 |
| Binary | 100110 | 1110 | 10100101 | 1001101 | 1011100 | 0 | 100011 | 11111010 | 1010100 | 100011 |
Color Harmonies of #260EA5
Complementary color
Monochromatic Colors of #260EA5
Black with #260EA5
Text Example
Text Example
White with #260EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260EA5; }
p { color: rgb(38,14,165); }
H1.HeaderClassName
{
color: #260EA5;
}
.AnyTagClassName
{
color: #260EA5;
}
</style>
background-color css
<style>
a { background-color: #260EA5; }
a { background-color: rgb(38,14,165); }
div.DivClassName
{
background-color: #260EA5;
}
.BgClassName
{
background-color: #260EA5;
}
</style>
border-color css
<style>
span { border-color: #260EA5; }
span { border-color: rgb(38,14,165); }
td.TdClassName
{
border-color: #260EA5;
}
.TagClassName
{
border-color: #260EA5;
}
</style>