Shades of Ultramarine #2600AF
Tints of Ultramarine #2600AF
RGB
CMYK
RGB Variations
Color information
#2600AF (or 0x2600AF) is known color: Ultramarine. HEX triplet: 26, 00 and AF. RGB value is (38,0,175). Sum of RGB (Red+Green+Blue) = 38+0+175=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 175 (68.75% from 255 or 82.16% from 213); Max value from RGB is 175 - color contains mainly: blue. Hex color #2600AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2600AF is #D9FF50. Grayscale: #1E1E1E. Windows color (decimal): -14286673 or 11468838. OLE color: 11468838.
HSL color Cylindrical-coordinate representation of color #2600AF: hue angle of 253.03º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2600AF is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 0 | 175 | - |
| CMYK | 0.78 | 1 | 0 | 0.31 |
| HSL | 253.03º | 1% | 0.34% | - |
| HSV(B) | 253.03º | 1% | 0.69% | - |
| XYZ | 8.54 | 3.51 | 40.78 | - |
| YUV | 31.31 | 209.09 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 0 | 175 | 0.78 | 1 | 0 | 0.31 | 253.03 | 1 | 0.34 |
| Hex | 26 | 0 | AF | 4E | 64 | 0 | 1F | FD | 64 | 22 |
| Octal | 46 | 0 | 257 | 116 | 144 | 0 | 37 | 375 | 144 | 42 |
| Binary | 100110 | 0 | 10101111 | 1001110 | 1100100 | 0 | 11111 | 11111101 | 1100100 | 100010 |
Color Harmonies of #2600AF
Complementary color
Monochromatic Colors of #2600AF
Black with #2600AF
Text Example
Text Example
White with #2600AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2600AF; }
p { color: rgb(38,0,175); }
H1.HeaderClassName
{
color: #2600AF;
}
.AnyTagClassName
{
color: #2600AF;
}
</style>
background-color css
<style>
a { background-color: #2600AF; }
a { background-color: rgb(38,0,175); }
div.DivClassName
{
background-color: #2600AF;
}
.BgClassName
{
background-color: #2600AF;
}
</style>
border-color css
<style>
span { border-color: #2600AF; }
span { border-color: rgb(38,0,175); }
td.TdClassName
{
border-color: #2600AF;
}
.TagClassName
{
border-color: #2600AF;
}
</style>