Shades of Ultramarine #261BA8
Tints of Ultramarine #261BA8
RGB
CMYK
RGB Variations
Color information
#261BA8 (or 0x261BA8) is known color: Ultramarine. HEX triplet: 26, 1B and A8. RGB value is (38,27,168). Sum of RGB (Red+Green+Blue) = 38+27+168=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 168 (66.02% from 255 or 72.10% from 233); Max value from RGB is 168 - color contains mainly: blue. Hex color #261BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261BA8 is #D9E457. Grayscale: #2D2D2D. Windows color (decimal): -14279768 or 11016998. OLE color: 11016998.
HSL color Cylindrical-coordinate representation of color #261BA8: hue angle of 244.68º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261BA8 is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 27 | 168 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.34 |
| HSL | 244.68º | 0.72% | 0.38% | - |
| HSV(B) | 244.68º | 0.84% | 0.66% | - |
| XYZ | 8.26 | 4.02 | 37.39 | - |
| YUV | 46.36 | 196.64 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 27 | 168 | 0.77 | 0.84 | 0 | 0.34 | 244.68 | 0.72 | 0.38 |
| Hex | 26 | 1B | A8 | 4D | 54 | 0 | 22 | F5 | 48 | 26 |
| Octal | 46 | 33 | 250 | 115 | 124 | 0 | 42 | 365 | 110 | 46 |
| Binary | 100110 | 11011 | 10101000 | 1001101 | 1010100 | 0 | 100010 | 11110101 | 1001000 | 100110 |
Color Harmonies of #261BA8
Complementary color
Monochromatic Colors of #261BA8
Black with #261BA8
Text Example
Text Example
White with #261BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261BA8; }
p { color: rgb(38,27,168); }
H1.HeaderClassName
{
color: #261BA8;
}
.AnyTagClassName
{
color: #261BA8;
}
</style>
background-color css
<style>
a { background-color: #261BA8; }
a { background-color: rgb(38,27,168); }
div.DivClassName
{
background-color: #261BA8;
}
.BgClassName
{
background-color: #261BA8;
}
</style>
border-color css
<style>
span { border-color: #261BA8; }
span { border-color: rgb(38,27,168); }
td.TdClassName
{
border-color: #261BA8;
}
.TagClassName
{
border-color: #261BA8;
}
</style>