Shades of Ultramarine #2603A6
Tints of Ultramarine #2603A6
RGB
CMYK
RGB Variations
Color information
#2603A6 (or 0x2603A6) is known color: Ultramarine. HEX triplet: 26, 03 and A6. RGB value is (38,3,166). Sum of RGB (Red+Green+Blue) = 38+3+166=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 166 (65.23% from 255 or 80.19% from 207); Max value from RGB is 166 - color contains mainly: blue. Hex color #2603A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2603A6 is #D9FC59. Grayscale: #1F1F1F. Windows color (decimal): -14285914 or 10879782. OLE color: 10879782.
HSL color Cylindrical-coordinate representation of color #2603A6: hue angle of 252.88º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2603A6 is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 38 | 3 | 166 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.35 |
| HSL | 252.88º | 0.96% | 0.33% | - |
| HSV(B) | 252.88º | 0.98% | 0.65% | - |
| XYZ | 7.71 | 3.23 | 36.29 | - |
| YUV | 32.05 | 203.6 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 166 | 0.77 | 0.98 | 0 | 0.35 | 252.88 | 0.96 | 0.33 |
| Hex | 26 | 3 | A6 | 4D | 62 | 0 | 23 | FD | 60 | 21 |
| Octal | 46 | 3 | 246 | 115 | 142 | 0 | 43 | 375 | 140 | 41 |
| Binary | 100110 | 11 | 10100110 | 1001101 | 1100010 | 0 | 100011 | 11111101 | 1100000 | 100001 |
Color Harmonies of #2603A6
Complementary color
Monochromatic Colors of #2603A6
Black with #2603A6
Text Example
Text Example
White with #2603A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2603A6; }
p { color: rgb(38,3,166); }
H1.HeaderClassName
{
color: #2603A6;
}
.AnyTagClassName
{
color: #2603A6;
}
</style>
background-color css
<style>
a { background-color: #2603A6; }
a { background-color: rgb(38,3,166); }
div.DivClassName
{
background-color: #2603A6;
}
.BgClassName
{
background-color: #2603A6;
}
</style>
border-color css
<style>
span { border-color: #2603A6; }
span { border-color: rgb(38,3,166); }
td.TdClassName
{
border-color: #2603A6;
}
.TagClassName
{
border-color: #2603A6;
}
</style>