Shades of Ultramarine #260BA5
Tints of Ultramarine #260BA5
RGB
CMYK
RGB Variations
Color information
#260BA5 (or 0x260BA5) is known color: Ultramarine. HEX triplet: 26, 0B and A5. RGB value is (38,11,165). Sum of RGB (Red+Green+Blue) = 38+11+165=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 165 (64.84% from 255 or 77.10% from 214); Max value from RGB is 165 - color contains mainly: blue. Hex color #260BA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260BA5 is #D9F45A. Grayscale: #242424. Windows color (decimal): -14283867 or 10816294. OLE color: 10816294.
HSL color Cylindrical-coordinate representation of color #260BA5: hue angle of 250.52º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #260BA5 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 38 | 11 | 165 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.35 |
| HSL | 250.52º | 0.88% | 0.35% | - |
| HSV(B) | 250.52º | 0.93% | 0.65% | - |
| XYZ | 7.71 | 3.37 | 35.84 | - |
| YUV | 36.63 | 200.45 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 11 | 165 | 0.77 | 0.93 | 0 | 0.35 | 250.52 | 0.88 | 0.35 |
| Hex | 26 | B | A5 | 4D | 5D | 0 | 23 | FB | 58 | 23 |
| Octal | 46 | 13 | 245 | 115 | 135 | 0 | 43 | 373 | 130 | 43 |
| Binary | 100110 | 1011 | 10100101 | 1001101 | 1011101 | 0 | 100011 | 11111011 | 1011000 | 100011 |
Color Harmonies of #260BA5
Complementary color
Monochromatic Colors of #260BA5
Black with #260BA5
Text Example
Text Example
White with #260BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260BA5; }
p { color: rgb(38,11,165); }
H1.HeaderClassName
{
color: #260BA5;
}
.AnyTagClassName
{
color: #260BA5;
}
</style>
background-color css
<style>
a { background-color: #260BA5; }
a { background-color: rgb(38,11,165); }
div.DivClassName
{
background-color: #260BA5;
}
.BgClassName
{
background-color: #260BA5;
}
</style>
border-color css
<style>
span { border-color: #260BA5; }
span { border-color: rgb(38,11,165); }
td.TdClassName
{
border-color: #260BA5;
}
.TagClassName
{
border-color: #260BA5;
}
</style>