Shades of Sapphire #1A2660
Tints of Sapphire #1A2660
RGB
CMYK
RGB Variations
Color information
#1A2660 (or 0x1A2660) is known color: Sapphire. HEX triplet: 1A, 26 and 60. RGB value is (26,38,96). Sum of RGB (Red+Green+Blue) = 26+38+96=160 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.25% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A2660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2660 is #E5D99F. Grayscale: #282828. Windows color (decimal): -15063456 or 6301210. OLE color: 6301210.
HSL color Cylindrical-coordinate representation of color #1A2660: hue angle of 229.71º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A2660 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 38 | 96 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.62 |
| HSL | 229.71º | 0.57% | 0.24% | - |
| HSV(B) | 229.71º | 0.73% | 0.38% | - |
| XYZ | 3.23 | 2.45 | 11.37 | - |
| YUV | 41.02 | 159.02 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 38 | 96 | 0.73 | 0.60 | 0 | 0.62 | 229.71 | 0.57 | 0.24 |
| Hex | 1A | 26 | 60 | 49 | 3C | 0 | 3E | E6 | 39 | 18 |
| Octal | 32 | 46 | 140 | 111 | 74 | 0 | 76 | 346 | 71 | 30 |
| Binary | 11010 | 100110 | 1100000 | 1001001 | 111100 | 0 | 111110 | 11100110 | 111001 | 11000 |
Color Harmonies of #1A2660
Complementary color
Monochromatic Colors of #1A2660
Black with #1A2660
Text Example
Text Example
White with #1A2660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2660; }
p { color: rgb(26,38,96); }
H1.HeaderClassName
{
color: #1A2660;
}
.AnyTagClassName
{
color: #1A2660;
}
</style>
background-color css
<style>
a { background-color: #1A2660; }
a { background-color: rgb(26,38,96); }
div.DivClassName
{
background-color: #1A2660;
}
.BgClassName
{
background-color: #1A2660;
}
</style>
border-color css
<style>
span { border-color: #1A2660; }
span { border-color: rgb(26,38,96); }
td.TdClassName
{
border-color: #1A2660;
}
.TagClassName
{
border-color: #1A2660;
}
</style>