Shades of Ultramarine #2605AF
Tints of Ultramarine #2605AF
RGB
CMYK
RGB Variations
Color information
#2605AF (or 0x2605AF) is known color: Ultramarine. HEX triplet: 26, 05 and AF. RGB value is (38,5,175). Sum of RGB (Red+Green+Blue) = 38+5+175=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 175 (68.75% from 255 or 80.28% from 218); Max value from RGB is 175 - color contains mainly: blue. Hex color #2605AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2605AF is #D9FA50. Grayscale: #212121. Windows color (decimal): -14285393 or 11470118. OLE color: 11470118.
HSL color Cylindrical-coordinate representation of color #2605AF: hue angle of 251.65º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2605AF is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 5 | 175 | - |
| CMYK | 0.78 | 0.97 | 0 | 0.31 |
| HSL | 251.65º | 0.94% | 0.35% | - |
| HSV(B) | 251.65º | 0.97% | 0.69% | - |
| XYZ | 8.59 | 3.62 | 40.8 | - |
| YUV | 34.25 | 207.43 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 175 | 0.78 | 0.97 | 0 | 0.31 | 251.65 | 0.94 | 0.35 |
| Hex | 26 | 5 | AF | 4E | 61 | 0 | 1F | FC | 5E | 23 |
| Octal | 46 | 5 | 257 | 116 | 141 | 0 | 37 | 374 | 136 | 43 |
| Binary | 100110 | 101 | 10101111 | 1001110 | 1100001 | 0 | 11111 | 11111100 | 1011110 | 100011 |
Color Harmonies of #2605AF
Complementary color
Monochromatic Colors of #2605AF
Black with #2605AF
Text Example
Text Example
White with #2605AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2605AF; }
p { color: rgb(38,5,175); }
H1.HeaderClassName
{
color: #2605AF;
}
.AnyTagClassName
{
color: #2605AF;
}
</style>
background-color css
<style>
a { background-color: #2605AF; }
a { background-color: rgb(38,5,175); }
div.DivClassName
{
background-color: #2605AF;
}
.BgClassName
{
background-color: #2605AF;
}
</style>
border-color css
<style>
span { border-color: #2605AF; }
span { border-color: rgb(38,5,175); }
td.TdClassName
{
border-color: #2605AF;
}
.TagClassName
{
border-color: #2605AF;
}
</style>