Shades of Ultramarine #2603AB
Tints of Ultramarine #2603AB
RGB
CMYK
RGB Variations
Color information
#2603AB (or 0x2603AB) is known color: Ultramarine. HEX triplet: 26, 03 and AB. RGB value is (38,3,171). Sum of RGB (Red+Green+Blue) = 38+3+171=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 171 (67.19% from 255 or 80.66% from 212); Max value from RGB is 171 - color contains mainly: blue. Hex color #2603AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2603AB is #D9FC54. Grayscale: #1F1F1F. Windows color (decimal): -14285909 or 11207462. OLE color: 11207462.
HSL color Cylindrical-coordinate representation of color #2603AB: hue angle of 252.5º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2603AB is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 3 | 171 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.33 |
| HSL | 252.5º | 0.97% | 0.34% | - |
| HSV(B) | 252.5º | 0.98% | 0.67% | - |
| XYZ | 8.18 | 3.42 | 38.76 | - |
| YUV | 32.62 | 206.1 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 171 | 0.78 | 0.98 | 0 | 0.33 | 252.5 | 0.97 | 0.34 |
| Hex | 26 | 3 | AB | 4E | 62 | 0 | 21 | FD | 61 | 22 |
| Octal | 46 | 3 | 253 | 116 | 142 | 0 | 41 | 375 | 141 | 42 |
| Binary | 100110 | 11 | 10101011 | 1001110 | 1100010 | 0 | 100001 | 11111101 | 1100001 | 100010 |
Color Harmonies of #2603AB
Complementary color
Monochromatic Colors of #2603AB
Black with #2603AB
Text Example
Text Example
White with #2603AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2603AB; }
p { color: rgb(38,3,171); }
H1.HeaderClassName
{
color: #2603AB;
}
.AnyTagClassName
{
color: #2603AB;
}
</style>
background-color css
<style>
a { background-color: #2603AB; }
a { background-color: rgb(38,3,171); }
div.DivClassName
{
background-color: #2603AB;
}
.BgClassName
{
background-color: #2603AB;
}
</style>
border-color css
<style>
span { border-color: #2603AB; }
span { border-color: rgb(38,3,171); }
td.TdClassName
{
border-color: #2603AB;
}
.TagClassName
{
border-color: #2603AB;
}
</style>