Shades of Ultramarine #262497
Tints of Ultramarine #262497
RGB
CMYK
RGB Variations
Color information
#262497 (or 0x262497) is known color: Ultramarine. HEX triplet: 26, 24 and 97. RGB value is (38,36,151). Sum of RGB (Red+Green+Blue) = 38+36+151=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 151 (59.38% from 255 or 67.11% from 225); Max value from RGB is 151 - color contains mainly: blue. Hex color #262497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262497 is #D9DB68. Grayscale: #313131. Windows color (decimal): -14277481 or 9905190. OLE color: 9905190.
HSL color Cylindrical-coordinate representation of color #262497: hue angle of 241.04º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #262497 is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 36 | 151 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.41 |
| HSL | 241.04º | 0.61% | 0.37% | - |
| HSV(B) | 241.04º | 0.76% | 0.59% | - |
| XYZ | 7.02 | 3.91 | 29.66 | - |
| YUV | 49.71 | 185.16 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 36 | 151 | 0.75 | 0.76 | 0 | 0.41 | 241.04 | 0.61 | 0.37 |
| Hex | 26 | 24 | 97 | 4B | 4C | 0 | 29 | F1 | 3D | 25 |
| Octal | 46 | 44 | 227 | 113 | 114 | 0 | 51 | 361 | 75 | 45 |
| Binary | 100110 | 100100 | 10010111 | 1001011 | 1001100 | 0 | 101001 | 11110001 | 111101 | 100101 |
Color Harmonies of #262497
Complementary color
Monochromatic Colors of #262497
Black with #262497
Text Example
Text Example
White with #262497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262497; }
p { color: rgb(38,36,151); }
H1.HeaderClassName
{
color: #262497;
}
.AnyTagClassName
{
color: #262497;
}
</style>
background-color css
<style>
a { background-color: #262497; }
a { background-color: rgb(38,36,151); }
div.DivClassName
{
background-color: #262497;
}
.BgClassName
{
background-color: #262497;
}
</style>
border-color css
<style>
span { border-color: #262497; }
span { border-color: rgb(38,36,151); }
td.TdClassName
{
border-color: #262497;
}
.TagClassName
{
border-color: #262497;
}
</style>