Shades of Ultramarine #260395
Tints of Ultramarine #260395
RGB
CMYK
RGB Variations
Color information
#260395 (or 0x260395) is known color: Ultramarine. HEX triplet: 26, 03 and 95. RGB value is (38,3,149). Sum of RGB (Red+Green+Blue) = 38+3+149=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 149 (58.59% from 255 or 78.42% from 190); Max value from RGB is 149 - color contains mainly: blue. Hex color #260395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260395 is #D9FC6A. Grayscale: #1D1D1D. Windows color (decimal): -14285931 or 9765670. OLE color: 9765670.
HSL color Cylindrical-coordinate representation of color #260395: hue angle of 254.38º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #260395 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 3 | 149 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.42 |
| HSL | 254.38º | 0.96% | 0.3% | - |
| HSV(B) | 254.38º | 0.98% | 0.58% | - |
| XYZ | 6.26 | 2.65 | 28.61 | - |
| YUV | 30.11 | 195.1 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 149 | 0.74 | 0.98 | 0 | 0.42 | 254.38 | 0.96 | 0.3 |
| Hex | 26 | 3 | 95 | 4A | 62 | 0 | 2A | FE | 60 | 1E |
| Octal | 46 | 3 | 225 | 112 | 142 | 0 | 52 | 376 | 140 | 36 |
| Binary | 100110 | 11 | 10010101 | 1001010 | 1100010 | 0 | 101010 | 11111110 | 1100000 | 11110 |
Color Harmonies of #260395
Complementary color
Monochromatic Colors of #260395
Black with #260395
Text Example
Text Example
White with #260395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260395; }
p { color: rgb(38,3,149); }
H1.HeaderClassName
{
color: #260395;
}
.AnyTagClassName
{
color: #260395;
}
</style>
background-color css
<style>
a { background-color: #260395; }
a { background-color: rgb(38,3,149); }
div.DivClassName
{
background-color: #260395;
}
.BgClassName
{
background-color: #260395;
}
</style>
border-color css
<style>
span { border-color: #260395; }
span { border-color: rgb(38,3,149); }
td.TdClassName
{
border-color: #260395;
}
.TagClassName
{
border-color: #260395;
}
</style>