Shades of Ultramarine #260C8C
Tints of Ultramarine #260C8C
RGB
CMYK
RGB Variations
Color information
#260C8C (or 0x260C8C) is known color: Ultramarine. HEX triplet: 26, 0C and 8C. RGB value is (38,12,140). Sum of RGB (Red+Green+Blue) = 38+12+140=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 140 (55.08% from 255 or 73.68% from 190); Max value from RGB is 140 - color contains mainly: blue. Hex color #260C8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260C8C is #D9F373. Grayscale: #212121. Windows color (decimal): -14283636 or 9178150. OLE color: 9178150.
HSL color Cylindrical-coordinate representation of color #260C8C: hue angle of 252.19º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #260C8C is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 12 | 140 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.45 |
| HSL | 252.19º | 0.84% | 0.3% | - |
| HSV(B) | 252.19º | 0.91% | 0.55% | - |
| XYZ | 5.66 | 2.57 | 25.01 | - |
| YUV | 34.37 | 187.61 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 140 | 0.73 | 0.91 | 0 | 0.45 | 252.19 | 0.84 | 0.3 |
| Hex | 26 | C | 8C | 49 | 5B | 0 | 2D | FC | 54 | 1E |
| Octal | 46 | 14 | 214 | 111 | 133 | 0 | 55 | 374 | 124 | 36 |
| Binary | 100110 | 1100 | 10001100 | 1001001 | 1011011 | 0 | 101101 | 11111100 | 1010100 | 11110 |
Color Harmonies of #260C8C
Complementary color
Monochromatic Colors of #260C8C
Black with #260C8C
Text Example
Text Example
White with #260C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260C8C; }
p { color: rgb(38,12,140); }
H1.HeaderClassName
{
color: #260C8C;
}
.AnyTagClassName
{
color: #260C8C;
}
</style>
background-color css
<style>
a { background-color: #260C8C; }
a { background-color: rgb(38,12,140); }
div.DivClassName
{
background-color: #260C8C;
}
.BgClassName
{
background-color: #260C8C;
}
</style>
border-color css
<style>
span { border-color: #260C8C; }
span { border-color: rgb(38,12,140); }
td.TdClassName
{
border-color: #260C8C;
}
.TagClassName
{
border-color: #260C8C;
}
</style>