Shades of Ultramarine #261C9F
Tints of Ultramarine #261C9F
RGB
CMYK
RGB Variations
Color information
#261C9F (or 0x261C9F) is known color: Ultramarine. HEX triplet: 26, 1C and 9F. RGB value is (38,28,159). Sum of RGB (Red+Green+Blue) = 38+28+159=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 159 (62.5% from 255 or 70.67% from 225); Max value from RGB is 159 - color contains mainly: blue. Hex color #261C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261C9F is #D9E360. Grayscale: #2D2D2D. Windows color (decimal): -14279521 or 10427430. OLE color: 10427430.
HSL color Cylindrical-coordinate representation of color #261C9F: hue angle of 244.58º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #261C9F is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 28 | 159 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.38 |
| HSL | 244.58º | 0.7% | 0.37% | - |
| HSV(B) | 244.58º | 0.82% | 0.62% | - |
| XYZ | 7.47 | 3.75 | 33.13 | - |
| YUV | 45.92 | 191.81 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 159 | 0.76 | 0.82 | 0 | 0.38 | 244.58 | 0.7 | 0.37 |
| Hex | 26 | 1C | 9F | 4C | 52 | 0 | 26 | F5 | 46 | 25 |
| Octal | 46 | 34 | 237 | 114 | 122 | 0 | 46 | 365 | 106 | 45 |
| Binary | 100110 | 11100 | 10011111 | 1001100 | 1010010 | 0 | 100110 | 11110101 | 1000110 | 100101 |
Color Harmonies of #261C9F
Complementary color
Monochromatic Colors of #261C9F
Black with #261C9F
Text Example
Text Example
White with #261C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C9F; }
p { color: rgb(38,28,159); }
H1.HeaderClassName
{
color: #261C9F;
}
.AnyTagClassName
{
color: #261C9F;
}
</style>
background-color css
<style>
a { background-color: #261C9F; }
a { background-color: rgb(38,28,159); }
div.DivClassName
{
background-color: #261C9F;
}
.BgClassName
{
background-color: #261C9F;
}
</style>
border-color css
<style>
span { border-color: #261C9F; }
span { border-color: rgb(38,28,159); }
td.TdClassName
{
border-color: #261C9F;
}
.TagClassName
{
border-color: #261C9F;
}
</style>