Shades of Ultramarine #260BAE
Tints of Ultramarine #260BAE
RGB
CMYK
RGB Variations
Color information
#260BAE (or 0x260BAE) is known color: Ultramarine. HEX triplet: 26, 0B and AE. RGB value is (38,11,174). Sum of RGB (Red+Green+Blue) = 38+11+174=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 174 (68.36% from 255 or 78.03% from 223); Max value from RGB is 174 - color contains mainly: blue. Hex color #260BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260BAE is #D9F451. Grayscale: #252525. Windows color (decimal): -14283858 or 11406118. OLE color: 11406118.
HSL color Cylindrical-coordinate representation of color #260BAE: hue angle of 249.94º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260BAE is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 11 | 174 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.32 |
| HSL | 249.94º | 0.88% | 0.36% | - |
| HSV(B) | 249.94º | 0.94% | 0.68% | - |
| XYZ | 8.56 | 3.71 | 40.31 | - |
| YUV | 37.66 | 204.95 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 11 | 174 | 0.78 | 0.94 | 0 | 0.32 | 249.94 | 0.88 | 0.36 |
| Hex | 26 | B | AE | 4E | 5E | 0 | 20 | FA | 58 | 24 |
| Octal | 46 | 13 | 256 | 116 | 136 | 0 | 40 | 372 | 130 | 44 |
| Binary | 100110 | 1011 | 10101110 | 1001110 | 1011110 | 0 | 100000 | 11111010 | 1011000 | 100100 |
Color Harmonies of #260BAE
Complementary color
Monochromatic Colors of #260BAE
Black with #260BAE
Text Example
Text Example
White with #260BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260BAE; }
p { color: rgb(38,11,174); }
H1.HeaderClassName
{
color: #260BAE;
}
.AnyTagClassName
{
color: #260BAE;
}
</style>
background-color css
<style>
a { background-color: #260BAE; }
a { background-color: rgb(38,11,174); }
div.DivClassName
{
background-color: #260BAE;
}
.BgClassName
{
background-color: #260BAE;
}
</style>
border-color css
<style>
span { border-color: #260BAE; }
span { border-color: rgb(38,11,174); }
td.TdClassName
{
border-color: #260BAE;
}
.TagClassName
{
border-color: #260BAE;
}
</style>