Shades of Sapphire #1A286A
Tints of Sapphire #1A286A
RGB
CMYK
RGB Variations
Color information
#1A286A (or 0x1A286A) is known color: Sapphire. HEX triplet: 1A, 28 and 6A. RGB value is (26,40,106). Sum of RGB (Red+Green+Blue) = 26+40+106=172 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.12% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 106 (41.80% from 255 or 61.63% from 172); Max value from RGB is 106 - color contains mainly: blue. Hex color #1A286A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A286A is #E5D795. Grayscale: #2B2B2B. Windows color (decimal): -15062934 or 6957082. OLE color: 6957082.
HSL color Cylindrical-coordinate representation of color #1A286A: hue angle of 229.5º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A286A is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 40 | 106 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.58 |
| HSL | 229.5º | 0.61% | 0.26% | - |
| HSV(B) | 229.5º | 0.75% | 0.42% | - |
| XYZ | 3.79 | 2.78 | 13.97 | - |
| YUV | 43.34 | 163.36 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 40 | 106 | 0.75 | 0.62 | 0 | 0.58 | 229.5 | 0.61 | 0.26 |
| Hex | 1A | 28 | 6A | 4B | 3E | 0 | 3A | E6 | 3D | 1A |
| Octal | 32 | 50 | 152 | 113 | 76 | 0 | 72 | 346 | 75 | 32 |
| Binary | 11010 | 101000 | 1101010 | 1001011 | 111110 | 0 | 111010 | 11100110 | 111101 | 11010 |
Color Harmonies of #1A286A
Complementary color
Monochromatic Colors of #1A286A
Black with #1A286A
Text Example
Text Example
White with #1A286A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A286A; }
p { color: rgb(26,40,106); }
H1.HeaderClassName
{
color: #1A286A;
}
.AnyTagClassName
{
color: #1A286A;
}
</style>
background-color css
<style>
a { background-color: #1A286A; }
a { background-color: rgb(26,40,106); }
div.DivClassName
{
background-color: #1A286A;
}
.BgClassName
{
background-color: #1A286A;
}
</style>
border-color css
<style>
span { border-color: #1A286A; }
span { border-color: rgb(26,40,106); }
td.TdClassName
{
border-color: #1A286A;
}
.TagClassName
{
border-color: #1A286A;
}
</style>