Shades of Ultramarine #260E90
Tints of Ultramarine #260E90
RGB
CMYK
RGB Variations
Color information
#260E90 (or 0x260E90) is known color: Ultramarine. HEX triplet: 26, 0E and 90. RGB value is (38,14,144). Sum of RGB (Red+Green+Blue) = 38+14+144=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 144 (56.64% from 255 or 73.47% from 196); Max value from RGB is 144 - color contains mainly: blue. Hex color #260E90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260E90 is #D9F16F. Grayscale: #232323. Windows color (decimal): -14283120 or 9440806. OLE color: 9440806.
HSL color Cylindrical-coordinate representation of color #260E90: hue angle of 251.08º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #260E90 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 14 | 144 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.44 |
| HSL | 251.08º | 0.82% | 0.31% | - |
| HSV(B) | 251.08º | 0.9% | 0.56% | - |
| XYZ | 5.99 | 2.74 | 26.6 | - |
| YUV | 36 | 188.95 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 14 | 144 | 0.74 | 0.90 | 0 | 0.44 | 251.08 | 0.82 | 0.31 |
| Hex | 26 | E | 90 | 4A | 5A | 0 | 2C | FB | 52 | 1F |
| Octal | 46 | 16 | 220 | 112 | 132 | 0 | 54 | 373 | 122 | 37 |
| Binary | 100110 | 1110 | 10010000 | 1001010 | 1011010 | 0 | 101100 | 11111011 | 1010010 | 11111 |
Color Harmonies of #260E90
Complementary color
Monochromatic Colors of #260E90
Black with #260E90
Text Example
Text Example
White with #260E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260E90; }
p { color: rgb(38,14,144); }
H1.HeaderClassName
{
color: #260E90;
}
.AnyTagClassName
{
color: #260E90;
}
</style>
background-color css
<style>
a { background-color: #260E90; }
a { background-color: rgb(38,14,144); }
div.DivClassName
{
background-color: #260E90;
}
.BgClassName
{
background-color: #260E90;
}
</style>
border-color css
<style>
span { border-color: #260E90; }
span { border-color: rgb(38,14,144); }
td.TdClassName
{
border-color: #260E90;
}
.TagClassName
{
border-color: #260E90;
}
</style>