Shades of Sapphire #1A2B65
Tints of Sapphire #1A2B65
RGB
CMYK
RGB Variations
Color information
#1A2B65 (or 0x1A2B65) is known color: Sapphire. HEX triplet: 1A, 2B and 65. RGB value is (26,43,101). Sum of RGB (Red+Green+Blue) = 26+43+101=170 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.29% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 101 (39.84% from 255 or 59.41% from 170); Max value from RGB is 101 - color contains mainly: blue. Hex color #1A2B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2B65 is #E5D49A. Grayscale: #2C2C2C. Windows color (decimal): -15062171 or 6630170. OLE color: 6630170.
HSL color Cylindrical-coordinate representation of color #1A2B65: hue angle of 226.4º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A2B65 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 43 | 101 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.60 |
| HSL | 226.4º | 0.59% | 0.25% | - |
| HSV(B) | 226.4º | 0.74% | 0.4% | - |
| XYZ | 3.64 | 2.89 | 12.68 | - |
| YUV | 44.53 | 159.87 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 43 | 101 | 0.74 | 0.57 | 0 | 0.60 | 226.4 | 0.59 | 0.25 |
| Hex | 1A | 2B | 65 | 4A | 39 | 0 | 3C | E2 | 3B | 19 |
| Octal | 32 | 53 | 145 | 112 | 71 | 0 | 74 | 342 | 73 | 31 |
| Binary | 11010 | 101011 | 1100101 | 1001010 | 111001 | 0 | 111100 | 11100010 | 111011 | 11001 |
Color Harmonies of #1A2B65
Complementary color
Monochromatic Colors of #1A2B65
Black with #1A2B65
Text Example
Text Example
White with #1A2B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2B65; }
p { color: rgb(26,43,101); }
H1.HeaderClassName
{
color: #1A2B65;
}
.AnyTagClassName
{
color: #1A2B65;
}
</style>
background-color css
<style>
a { background-color: #1A2B65; }
a { background-color: rgb(26,43,101); }
div.DivClassName
{
background-color: #1A2B65;
}
.BgClassName
{
background-color: #1A2B65;
}
</style>
border-color css
<style>
span { border-color: #1A2B65; }
span { border-color: rgb(26,43,101); }
td.TdClassName
{
border-color: #1A2B65;
}
.TagClassName
{
border-color: #1A2B65;
}
</style>