Shades of Sapphire #1A326A
Tints of Sapphire #1A326A
RGB
CMYK
RGB Variations
Color information
#1A326A (or 0x1A326A) is known color: Sapphire. HEX triplet: 1A, 32 and 6A. RGB value is (26,50,106). Sum of RGB (Red+Green+Blue) = 26+50+106=182 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.29% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 106 (41.80% from 255 or 58.24% from 182); Max value from RGB is 106 - color contains mainly: blue. Hex color #1A326A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A326A is #E5CD95. Grayscale: #303030. Windows color (decimal): -15060374 or 6959642. OLE color: 6959642.
HSL color Cylindrical-coordinate representation of color #1A326A: hue angle of 222º 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 #1A326A is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 50 | 106 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.58 |
| HSL | 222º | 0.61% | 0.26% | - |
| HSV(B) | 222º | 0.75% | 0.42% | - |
| XYZ | 4.17 | 3.54 | 14.1 | - |
| YUV | 49.21 | 160.05 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 50 | 106 | 0.75 | 0.53 | 0 | 0.58 | 222 | 0.61 | 0.26 |
| Hex | 1A | 32 | 6A | 4B | 35 | 0 | 3A | DE | 3D | 1A |
| Octal | 32 | 62 | 152 | 113 | 65 | 0 | 72 | 336 | 75 | 32 |
| Binary | 11010 | 110010 | 1101010 | 1001011 | 110101 | 0 | 111010 | 11011110 | 111101 | 11010 |
Color Harmonies of #1A326A
Complementary color
Monochromatic Colors of #1A326A
Black with #1A326A
Text Example
Text Example
White with #1A326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A326A; }
p { color: rgb(26,50,106); }
H1.HeaderClassName
{
color: #1A326A;
}
.AnyTagClassName
{
color: #1A326A;
}
</style>
background-color css
<style>
a { background-color: #1A326A; }
a { background-color: rgb(26,50,106); }
div.DivClassName
{
background-color: #1A326A;
}
.BgClassName
{
background-color: #1A326A;
}
</style>
border-color css
<style>
span { border-color: #1A326A; }
span { border-color: rgb(26,50,106); }
td.TdClassName
{
border-color: #1A326A;
}
.TagClassName
{
border-color: #1A326A;
}
</style>