Shades of Ultramarine #262593
Tints of Ultramarine #262593
RGB
CMYK
RGB Variations
Color information
#262593 (or 0x262593) is known color: Ultramarine. HEX triplet: 26, 25 and 93. RGB value is (38,37,147). Sum of RGB (Red+Green+Blue) = 38+37+147=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 147 (57.81% from 255 or 66.22% from 222); Max value from RGB is 147 - color contains mainly: blue. Hex color #262593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262593 is #D9DA6C. Grayscale: #313131. Windows color (decimal): -14277229 or 9643302. OLE color: 9643302.
HSL color Cylindrical-coordinate representation of color #262593: hue angle of 240.55º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #262593 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 37 | 147 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.42 |
| HSL | 240.55º | 0.6% | 0.36% | - |
| HSV(B) | 240.55º | 0.75% | 0.58% | - |
| XYZ | 6.73 | 3.84 | 27.99 | - |
| YUV | 49.84 | 182.83 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 37 | 147 | 0.74 | 0.75 | 0 | 0.42 | 240.55 | 0.6 | 0.36 |
| Hex | 26 | 25 | 93 | 4A | 4B | 0 | 2A | F1 | 3C | 24 |
| Octal | 46 | 45 | 223 | 112 | 113 | 0 | 52 | 361 | 74 | 44 |
| Binary | 100110 | 100101 | 10010011 | 1001010 | 1001011 | 0 | 101010 | 11110001 | 111100 | 100100 |
Color Harmonies of #262593
Complementary color
Monochromatic Colors of #262593
Black with #262593
Text Example
Text Example
White with #262593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262593; }
p { color: rgb(38,37,147); }
H1.HeaderClassName
{
color: #262593;
}
.AnyTagClassName
{
color: #262593;
}
</style>
background-color css
<style>
a { background-color: #262593; }
a { background-color: rgb(38,37,147); }
div.DivClassName
{
background-color: #262593;
}
.BgClassName
{
background-color: #262593;
}
</style>
border-color css
<style>
span { border-color: #262593; }
span { border-color: rgb(38,37,147); }
td.TdClassName
{
border-color: #262593;
}
.TagClassName
{
border-color: #262593;
}
</style>