Shades of Sapphire #1A2D65
Tints of Sapphire #1A2D65
RGB
CMYK
RGB Variations
Color information
#1A2D65 (or 0x1A2D65) is known color: Sapphire. HEX triplet: 1A, 2D and 65. RGB value is (26,45,101). Sum of RGB (Red+Green+Blue) = 26+45+101=172 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.12% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 101 (39.84% from 255 or 58.72% from 172); Max value from RGB is 101 - color contains mainly: blue. Hex color #1A2D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2D65 is #E5D29A. Grayscale: #2D2D2D. Windows color (decimal): -15061659 or 6630682. OLE color: 6630682.
HSL color Cylindrical-coordinate representation of color #1A2D65: hue angle of 224.8º 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 #1A2D65 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 45 | 101 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.60 |
| HSL | 224.8º | 0.59% | 0.25% | - |
| HSV(B) | 224.8º | 0.74% | 0.4% | - |
| XYZ | 3.71 | 3.04 | 12.7 | - |
| YUV | 45.7 | 159.21 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 45 | 101 | 0.74 | 0.55 | 0 | 0.60 | 224.8 | 0.59 | 0.25 |
| Hex | 1A | 2D | 65 | 4A | 37 | 0 | 3C | E1 | 3B | 19 |
| Octal | 32 | 55 | 145 | 112 | 67 | 0 | 74 | 341 | 73 | 31 |
| Binary | 11010 | 101101 | 1100101 | 1001010 | 110111 | 0 | 111100 | 11100001 | 111011 | 11001 |
Color Harmonies of #1A2D65
Complementary color
Monochromatic Colors of #1A2D65
Black with #1A2D65
Text Example
Text Example
White with #1A2D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2D65; }
p { color: rgb(26,45,101); }
H1.HeaderClassName
{
color: #1A2D65;
}
.AnyTagClassName
{
color: #1A2D65;
}
</style>
background-color css
<style>
a { background-color: #1A2D65; }
a { background-color: rgb(26,45,101); }
div.DivClassName
{
background-color: #1A2D65;
}
.BgClassName
{
background-color: #1A2D65;
}
</style>
border-color css
<style>
span { border-color: #1A2D65; }
span { border-color: rgb(26,45,101); }
td.TdClassName
{
border-color: #1A2D65;
}
.TagClassName
{
border-color: #1A2D65;
}
</style>