Shades of Ultramarine #261FA8
Tints of Ultramarine #261FA8
RGB
CMYK
RGB Variations
Color information
#261FA8 (or 0x261FA8) is known color: Ultramarine. HEX triplet: 26, 1F and A8. RGB value is (38,31,168). Sum of RGB (Red+Green+Blue) = 38+31+168=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 168 (66.02% from 255 or 70.89% from 237); Max value from RGB is 168 - color contains mainly: blue. Hex color #261FA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261FA8 is #D9E057. Grayscale: #303030. Windows color (decimal): -14278744 or 11018022. OLE color: 11018022.
HSL color Cylindrical-coordinate representation of color #261FA8: hue angle of 243.07º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #261FA8 is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 31 | 168 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.34 |
| HSL | 243.07º | 0.69% | 0.39% | - |
| HSV(B) | 243.07º | 0.82% | 0.66% | - |
| XYZ | 8.36 | 4.22 | 37.42 | - |
| YUV | 48.71 | 195.32 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 168 | 0.77 | 0.82 | 0 | 0.34 | 243.07 | 0.69 | 0.39 |
| Hex | 26 | 1F | A8 | 4D | 52 | 0 | 22 | F3 | 45 | 27 |
| Octal | 46 | 37 | 250 | 115 | 122 | 0 | 42 | 363 | 105 | 47 |
| Binary | 100110 | 11111 | 10101000 | 1001101 | 1010010 | 0 | 100010 | 11110011 | 1000101 | 100111 |
Color Harmonies of #261FA8
Complementary color
Monochromatic Colors of #261FA8
Black with #261FA8
Text Example
Text Example
White with #261FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261FA8; }
p { color: rgb(38,31,168); }
H1.HeaderClassName
{
color: #261FA8;
}
.AnyTagClassName
{
color: #261FA8;
}
</style>
background-color css
<style>
a { background-color: #261FA8; }
a { background-color: rgb(38,31,168); }
div.DivClassName
{
background-color: #261FA8;
}
.BgClassName
{
background-color: #261FA8;
}
</style>
border-color css
<style>
span { border-color: #261FA8; }
span { border-color: rgb(38,31,168); }
td.TdClassName
{
border-color: #261FA8;
}
.TagClassName
{
border-color: #261FA8;
}
</style>