Shades of Ultramarine #260CB7
Tints of Ultramarine #260CB7
RGB
CMYK
RGB Variations
Color information
#260CB7 (or 0x260CB7) is known color: Ultramarine. HEX triplet: 26, 0C and B7. RGB value is (38,12,183). Sum of RGB (Red+Green+Blue) = 38+12+183=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 183 (71.88% from 255 or 78.54% from 233); Max value from RGB is 183 - color contains mainly: blue. Hex color #260CB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260CB7 is #D9F348. Grayscale: #262626. Windows color (decimal): -14283593 or 11996198. OLE color: 11996198.
HSL color Cylindrical-coordinate representation of color #260CB7: hue angle of 249.12º degrees, saturation: 0.88, 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 #260CB7 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 38 | 12 | 183 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.28 |
| HSL | 249.12º | 0.88% | 0.38% | - |
| HSV(B) | 249.12º | 0.93% | 0.72% | - |
| XYZ | 9.48 | 4.09 | 45.09 | - |
| YUV | 39.27 | 209.11 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 183 | 0.79 | 0.93 | 0 | 0.28 | 249.12 | 0.88 | 0.38 |
| Hex | 26 | C | B7 | 4F | 5D | 0 | 1C | F9 | 58 | 26 |
| Octal | 46 | 14 | 267 | 117 | 135 | 0 | 34 | 371 | 130 | 46 |
| Binary | 100110 | 1100 | 10110111 | 1001111 | 1011101 | 0 | 11100 | 11111001 | 1011000 | 100110 |
Color Harmonies of #260CB7
Complementary color
Monochromatic Colors of #260CB7
Black with #260CB7
Text Example
Text Example
White with #260CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260CB7; }
p { color: rgb(38,12,183); }
H1.HeaderClassName
{
color: #260CB7;
}
.AnyTagClassName
{
color: #260CB7;
}
</style>
background-color css
<style>
a { background-color: #260CB7; }
a { background-color: rgb(38,12,183); }
div.DivClassName
{
background-color: #260CB7;
}
.BgClassName
{
background-color: #260CB7;
}
</style>
border-color css
<style>
span { border-color: #260CB7; }
span { border-color: rgb(38,12,183); }
td.TdClassName
{
border-color: #260CB7;
}
.TagClassName
{
border-color: #260CB7;
}
</style>