Shades of Ultramarine #262591
Tints of Ultramarine #262591
RGB
CMYK
RGB Variations
Color information
#262591 (or 0x262591) is known color: Ultramarine. HEX triplet: 26, 25 and 91. RGB value is (38,37,145). Sum of RGB (Red+Green+Blue) = 38+37+145=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 145 (57.03% from 255 or 65.91% from 220); Max value from RGB is 145 - color contains mainly: blue. Hex color #262591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262591 is #D9DA6E. Grayscale: #313131. Windows color (decimal): -14277231 or 9512230. OLE color: 9512230.
HSL color Cylindrical-coordinate representation of color #262591: hue angle of 240.56º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #262591 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 37 | 145 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.43 |
| HSL | 240.56º | 0.59% | 0.36% | - |
| HSV(B) | 240.56º | 0.74% | 0.57% | - |
| XYZ | 6.57 | 3.78 | 27.17 | - |
| YUV | 49.61 | 181.83 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 37 | 145 | 0.74 | 0.74 | 0 | 0.43 | 240.56 | 0.59 | 0.36 |
| Hex | 26 | 25 | 91 | 4A | 4A | 0 | 2B | F1 | 3B | 24 |
| Octal | 46 | 45 | 221 | 112 | 112 | 0 | 53 | 361 | 73 | 44 |
| Binary | 100110 | 100101 | 10010001 | 1001010 | 1001010 | 0 | 101011 | 11110001 | 111011 | 100100 |
Color Harmonies of #262591
Complementary color
Monochromatic Colors of #262591
Black with #262591
Text Example
Text Example
White with #262591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262591; }
p { color: rgb(38,37,145); }
H1.HeaderClassName
{
color: #262591;
}
.AnyTagClassName
{
color: #262591;
}
</style>
background-color css
<style>
a { background-color: #262591; }
a { background-color: rgb(38,37,145); }
div.DivClassName
{
background-color: #262591;
}
.BgClassName
{
background-color: #262591;
}
</style>
border-color css
<style>
span { border-color: #262591; }
span { border-color: rgb(38,37,145); }
td.TdClassName
{
border-color: #262591;
}
.TagClassName
{
border-color: #262591;
}
</style>