Shades of Ultramarine #2601B1
Tints of Ultramarine #2601B1
RGB
CMYK
RGB Variations
Color information
#2601B1 (or 0x2601B1) is known color: Ultramarine. HEX triplet: 26, 01 and B1. RGB value is (38,1,177). Sum of RGB (Red+Green+Blue) = 38+1+177=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 177 (69.53% from 255 or 81.94% from 216); Max value from RGB is 177 - color contains mainly: blue. Hex color #2601B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2601B1 is #D9FE4E. Grayscale: #1F1F1F. Windows color (decimal): -14286415 or 11600166. OLE color: 11600166.
HSL color Cylindrical-coordinate representation of color #2601B1: hue angle of 252.61º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2601B1 is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 1 | 177 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.31 |
| HSL | 252.61º | 0.99% | 0.35% | - |
| HSV(B) | 252.61º | 0.99% | 0.69% | - |
| XYZ | 8.75 | 3.61 | 41.83 | - |
| YUV | 32.13 | 209.76 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 1 | 177 | 0.79 | 0.99 | 0 | 0.31 | 252.61 | 0.99 | 0.35 |
| Hex | 26 | 1 | B1 | 4F | 63 | 0 | 1F | FD | 63 | 23 |
| Octal | 46 | 1 | 261 | 117 | 143 | 0 | 37 | 375 | 143 | 43 |
| Binary | 100110 | 1 | 10110001 | 1001111 | 1100011 | 0 | 11111 | 11111101 | 1100011 | 100011 |
Color Harmonies of #2601B1
Complementary color
Monochromatic Colors of #2601B1
Black with #2601B1
Text Example
Text Example
White with #2601B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2601B1; }
p { color: rgb(38,1,177); }
H1.HeaderClassName
{
color: #2601B1;
}
.AnyTagClassName
{
color: #2601B1;
}
</style>
background-color css
<style>
a { background-color: #2601B1; }
a { background-color: rgb(38,1,177); }
div.DivClassName
{
background-color: #2601B1;
}
.BgClassName
{
background-color: #2601B1;
}
</style>
border-color css
<style>
span { border-color: #2601B1; }
span { border-color: rgb(38,1,177); }
td.TdClassName
{
border-color: #2601B1;
}
.TagClassName
{
border-color: #2601B1;
}
</style>