Shades of Sapphire #1A326D
Tints of Sapphire #1A326D
RGB
CMYK
RGB Variations
Color information
#1A326D (or 0x1A326D) is known color: Sapphire. HEX triplet: 1A, 32 and 6D. RGB value is (26,50,109). Sum of RGB (Red+Green+Blue) = 26+50+109=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 109 (42.97% from 255 or 58.92% from 185); Max value from RGB is 109 - color contains mainly: blue. Hex color #1A326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A326D is #E5CD92. Grayscale: #313131. Windows color (decimal): -15060371 or 7156250. OLE color: 7156250.
HSL color Cylindrical-coordinate representation of color #1A326D: hue angle of 222.65º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A326D is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 26 | 50 | 109 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.57 |
| HSL | 222.65º | 0.61% | 0.26% | - |
| HSV(B) | 222.65º | 0.76% | 0.43% | - |
| XYZ | 4.33 | 3.6 | 14.94 | - |
| YUV | 49.55 | 161.55 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 50 | 109 | 0.76 | 0.54 | 0 | 0.57 | 222.65 | 0.61 | 0.26 |
| Hex | 1A | 32 | 6D | 4C | 36 | 0 | 39 | DF | 3D | 1A |
| Octal | 32 | 62 | 155 | 114 | 66 | 0 | 71 | 337 | 75 | 32 |
| Binary | 11010 | 110010 | 1101101 | 1001100 | 110110 | 0 | 111001 | 11011111 | 111101 | 11010 |
Color Harmonies of #1A326D
Complementary color
Monochromatic Colors of #1A326D
Black with #1A326D
Text Example
Text Example
White with #1A326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A326D; }
p { color: rgb(26,50,109); }
H1.HeaderClassName
{
color: #1A326D;
}
.AnyTagClassName
{
color: #1A326D;
}
</style>
background-color css
<style>
a { background-color: #1A326D; }
a { background-color: rgb(26,50,109); }
div.DivClassName
{
background-color: #1A326D;
}
.BgClassName
{
background-color: #1A326D;
}
</style>
border-color css
<style>
span { border-color: #1A326D; }
span { border-color: rgb(26,50,109); }
td.TdClassName
{
border-color: #1A326D;
}
.TagClassName
{
border-color: #1A326D;
}
</style>