Shades of Ultramarine #262592
Tints of Ultramarine #262592
RGB
CMYK
RGB Variations
Color information
#262592 (or 0x262592) is known color: Ultramarine. HEX triplet: 26, 25 and 92. RGB value is (38,37,146). Sum of RGB (Red+Green+Blue) = 38+37+146=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #262592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262592 is #D9DA6D. Grayscale: #313131. Windows color (decimal): -14277230 or 9577766. OLE color: 9577766.
HSL color Cylindrical-coordinate representation of color #262592: hue angle of 240.55º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #262592 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 37 | 146 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.43 |
| HSL | 240.55º | 0.6% | 0.36% | - |
| HSV(B) | 240.55º | 0.75% | 0.57% | - |
| XYZ | 6.65 | 3.81 | 27.58 | - |
| YUV | 49.73 | 182.33 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 37 | 146 | 0.74 | 0.75 | 0 | 0.43 | 240.55 | 0.6 | 0.36 |
| Hex | 26 | 25 | 92 | 4A | 4B | 0 | 2B | F1 | 3C | 24 |
| Octal | 46 | 45 | 222 | 112 | 113 | 0 | 53 | 361 | 74 | 44 |
| Binary | 100110 | 100101 | 10010010 | 1001010 | 1001011 | 0 | 101011 | 11110001 | 111100 | 100100 |
Color Harmonies of #262592
Complementary color
Monochromatic Colors of #262592
Black with #262592
Text Example
Text Example
White with #262592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262592; }
p { color: rgb(38,37,146); }
H1.HeaderClassName
{
color: #262592;
}
.AnyTagClassName
{
color: #262592;
}
</style>
background-color css
<style>
a { background-color: #262592; }
a { background-color: rgb(38,37,146); }
div.DivClassName
{
background-color: #262592;
}
.BgClassName
{
background-color: #262592;
}
</style>
border-color css
<style>
span { border-color: #262592; }
span { border-color: rgb(38,37,146); }
td.TdClassName
{
border-color: #262592;
}
.TagClassName
{
border-color: #262592;
}
</style>