Shades of Ultramarine #262495
Tints of Ultramarine #262495
RGB
CMYK
RGB Variations
Color information
#262495 (or 0x262495) is known color: Ultramarine. HEX triplet: 26, 24 and 95. RGB value is (38,36,149). Sum of RGB (Red+Green+Blue) = 38+36+149=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 149 (58.59% from 255 or 66.82% from 223); Max value from RGB is 149 - color contains mainly: blue. Hex color #262495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262495 is #D9DB6A. Grayscale: #313131. Windows color (decimal): -14277483 or 9774118. OLE color: 9774118.
HSL color Cylindrical-coordinate representation of color #262495: hue angle of 241.06º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #262495 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 36 | 149 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.42 |
| HSL | 241.06º | 0.61% | 0.36% | - |
| HSV(B) | 241.06º | 0.76% | 0.58% | - |
| XYZ | 6.86 | 3.84 | 28.81 | - |
| YUV | 49.48 | 184.16 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 36 | 149 | 0.74 | 0.76 | 0 | 0.42 | 241.06 | 0.61 | 0.36 |
| Hex | 26 | 24 | 95 | 4A | 4C | 0 | 2A | F1 | 3D | 24 |
| Octal | 46 | 44 | 225 | 112 | 114 | 0 | 52 | 361 | 75 | 44 |
| Binary | 100110 | 100100 | 10010101 | 1001010 | 1001100 | 0 | 101010 | 11110001 | 111101 | 100100 |
Color Harmonies of #262495
Complementary color
Monochromatic Colors of #262495
Black with #262495
Text Example
Text Example
White with #262495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262495; }
p { color: rgb(38,36,149); }
H1.HeaderClassName
{
color: #262495;
}
.AnyTagClassName
{
color: #262495;
}
</style>
background-color css
<style>
a { background-color: #262495; }
a { background-color: rgb(38,36,149); }
div.DivClassName
{
background-color: #262495;
}
.BgClassName
{
background-color: #262495;
}
</style>
border-color css
<style>
span { border-color: #262495; }
span { border-color: rgb(38,36,149); }
td.TdClassName
{
border-color: #262495;
}
.TagClassName
{
border-color: #262495;
}
</style>