Shades of Ultramarine #260AAC
Tints of Ultramarine #260AAC
RGB
CMYK
RGB Variations
Color information
#260AAC (or 0x260AAC) is known color: Ultramarine. HEX triplet: 26, 0A and AC. RGB value is (38,10,172). Sum of RGB (Red+Green+Blue) = 38+10+172=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 172 (67.58% from 255 or 78.18% from 220); Max value from RGB is 172 - color contains mainly: blue. Hex color #260AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260AAC is #D9F553. Grayscale: #242424. Windows color (decimal): -14284116 or 11274790. OLE color: 11274790.
HSL color Cylindrical-coordinate representation of color #260AAC: hue angle of 250.37º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260AAC is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 10 | 172 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.33 |
| HSL | 250.37º | 0.89% | 0.36% | - |
| HSV(B) | 250.37º | 0.94% | 0.67% | - |
| XYZ | 8.35 | 3.61 | 39.29 | - |
| YUV | 36.84 | 204.28 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 172 | 0.78 | 0.94 | 0 | 0.33 | 250.37 | 0.89 | 0.36 |
| Hex | 26 | A | AC | 4E | 5E | 0 | 21 | FA | 59 | 24 |
| Octal | 46 | 12 | 254 | 116 | 136 | 0 | 41 | 372 | 131 | 44 |
| Binary | 100110 | 1010 | 10101100 | 1001110 | 1011110 | 0 | 100001 | 11111010 | 1011001 | 100100 |
Color Harmonies of #260AAC
Complementary color
Monochromatic Colors of #260AAC
Black with #260AAC
Text Example
Text Example
White with #260AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260AAC; }
p { color: rgb(38,10,172); }
H1.HeaderClassName
{
color: #260AAC;
}
.AnyTagClassName
{
color: #260AAC;
}
</style>
background-color css
<style>
a { background-color: #260AAC; }
a { background-color: rgb(38,10,172); }
div.DivClassName
{
background-color: #260AAC;
}
.BgClassName
{
background-color: #260AAC;
}
</style>
border-color css
<style>
span { border-color: #260AAC; }
span { border-color: rgb(38,10,172); }
td.TdClassName
{
border-color: #260AAC;
}
.TagClassName
{
border-color: #260AAC;
}
</style>