Shades of Sapphire #1A2F65
Tints of Sapphire #1A2F65
RGB
CMYK
RGB Variations
Color information
#1A2F65 (or 0x1A2F65) is known color: Sapphire. HEX triplet: 1A, 2F and 65. RGB value is (26,47,101). Sum of RGB (Red+Green+Blue) = 26+47+101=174 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.94% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #1A2F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2F65 is #E5D09A. Grayscale: #2E2E2E. Windows color (decimal): -15061147 or 6631194. OLE color: 6631194.
HSL color Cylindrical-coordinate representation of color #1A2F65: hue angle of 223.2º 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 #1A2F65 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 47 | 101 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.60 |
| HSL | 223.2º | 0.59% | 0.25% | - |
| HSV(B) | 223.2º | 0.74% | 0.4% | - |
| XYZ | 3.79 | 3.19 | 12.73 | - |
| YUV | 46.88 | 158.54 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 47 | 101 | 0.74 | 0.53 | 0 | 0.60 | 223.2 | 0.59 | 0.25 |
| Hex | 1A | 2F | 65 | 4A | 35 | 0 | 3C | DF | 3B | 19 |
| Octal | 32 | 57 | 145 | 112 | 65 | 0 | 74 | 337 | 73 | 31 |
| Binary | 11010 | 101111 | 1100101 | 1001010 | 110101 | 0 | 111100 | 11011111 | 111011 | 11001 |
Color Harmonies of #1A2F65
Complementary color
Monochromatic Colors of #1A2F65
Black with #1A2F65
Text Example
Text Example
White with #1A2F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2F65; }
p { color: rgb(26,47,101); }
H1.HeaderClassName
{
color: #1A2F65;
}
.AnyTagClassName
{
color: #1A2F65;
}
</style>
background-color css
<style>
a { background-color: #1A2F65; }
a { background-color: rgb(26,47,101); }
div.DivClassName
{
background-color: #1A2F65;
}
.BgClassName
{
background-color: #1A2F65;
}
</style>
border-color css
<style>
span { border-color: #1A2F65; }
span { border-color: rgb(26,47,101); }
td.TdClassName
{
border-color: #1A2F65;
}
.TagClassName
{
border-color: #1A2F65;
}
</style>