Shades of Ultramarine #2600A8
Tints of Ultramarine #2600A8
RGB
CMYK
RGB Variations
Color information
#2600A8 (or 0x2600A8) is known color: Ultramarine. HEX triplet: 26, 00 and A8. RGB value is (38,0,168). Sum of RGB (Red+Green+Blue) = 38+0+168=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 168 (66.02% from 255 or 81.55% from 206); Max value from RGB is 168 - color contains mainly: blue. Hex color #2600A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2600A8 is #D9FF57. Grayscale: #1D1D1D. Windows color (decimal): -14286680 or 11010086. OLE color: 11010086.
HSL color Cylindrical-coordinate representation of color #2600A8: hue angle of 253.57º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2600A8 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 0 | 168 | - |
| CMYK | 0.77 | 1 | 0 | 0.34 |
| HSL | 253.57º | 1% | 0.33% | - |
| HSV(B) | 253.57º | 1% | 0.66% | - |
| XYZ | 7.87 | 3.24 | 37.26 | - |
| YUV | 30.51 | 205.59 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 0 | 168 | 0.77 | 1 | 0 | 0.34 | 253.57 | 1 | 0.33 |
| Hex | 26 | 0 | A8 | 4D | 64 | 0 | 22 | FE | 64 | 21 |
| Octal | 46 | 0 | 250 | 115 | 144 | 0 | 42 | 376 | 144 | 41 |
| Binary | 100110 | 0 | 10101000 | 1001101 | 1100100 | 0 | 100010 | 11111110 | 1100100 | 100001 |
Color Harmonies of #2600A8
Complementary color
Monochromatic Colors of #2600A8
Black with #2600A8
Text Example
Text Example
White with #2600A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2600A8; }
p { color: rgb(38,0,168); }
H1.HeaderClassName
{
color: #2600A8;
}
.AnyTagClassName
{
color: #2600A8;
}
</style>
background-color css
<style>
a { background-color: #2600A8; }
a { background-color: rgb(38,0,168); }
div.DivClassName
{
background-color: #2600A8;
}
.BgClassName
{
background-color: #2600A8;
}
</style>
border-color css
<style>
span { border-color: #2600A8; }
span { border-color: rgb(38,0,168); }
td.TdClassName
{
border-color: #2600A8;
}
.TagClassName
{
border-color: #2600A8;
}
</style>