Shades of Ultramarine #260DB7
Tints of Ultramarine #260DB7
RGB
CMYK
RGB Variations
Color information
#260DB7 (or 0x260DB7) is known color: Ultramarine. HEX triplet: 26, 0D and B7. RGB value is (38,13,183). Sum of RGB (Red+Green+Blue) = 38+13+183=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 183 (71.88% from 255 or 78.21% from 234); Max value from RGB is 183 - color contains mainly: blue. Hex color #260DB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260DB7 is #D9F248. Grayscale: #272727. Windows color (decimal): -14283337 or 11996454. OLE color: 11996454.
HSL color Cylindrical-coordinate representation of color #260DB7: hue angle of 248.82º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #260DB7 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 38 | 13 | 183 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.28 |
| HSL | 248.82º | 0.87% | 0.38% | - |
| HSV(B) | 248.82º | 0.93% | 0.72% | - |
| XYZ | 9.49 | 4.12 | 45.09 | - |
| YUV | 39.86 | 208.78 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 183 | 0.79 | 0.93 | 0 | 0.28 | 248.82 | 0.87 | 0.38 |
| Hex | 26 | D | B7 | 4F | 5D | 0 | 1C | F9 | 57 | 26 |
| Octal | 46 | 15 | 267 | 117 | 135 | 0 | 34 | 371 | 127 | 46 |
| Binary | 100110 | 1101 | 10110111 | 1001111 | 1011101 | 0 | 11100 | 11111001 | 1010111 | 100110 |
Color Harmonies of #260DB7
Complementary color
Monochromatic Colors of #260DB7
Black with #260DB7
Text Example
Text Example
White with #260DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260DB7; }
p { color: rgb(38,13,183); }
H1.HeaderClassName
{
color: #260DB7;
}
.AnyTagClassName
{
color: #260DB7;
}
</style>
background-color css
<style>
a { background-color: #260DB7; }
a { background-color: rgb(38,13,183); }
div.DivClassName
{
background-color: #260DB7;
}
.BgClassName
{
background-color: #260DB7;
}
</style>
border-color css
<style>
span { border-color: #260DB7; }
span { border-color: rgb(38,13,183); }
td.TdClassName
{
border-color: #260DB7;
}
.TagClassName
{
border-color: #260DB7;
}
</style>