Shades of Sapphire #1A2A67
Tints of Sapphire #1A2A67
RGB
CMYK
RGB Variations
Color information
#1A2A67 (or 0x1A2A67) is known color: Sapphire. HEX triplet: 1A, 2A and 67. RGB value is (26,42,103). Sum of RGB (Red+Green+Blue) = 26+42+103=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 103 (40.62% from 255 or 60.23% from 171); Max value from RGB is 103 - color contains mainly: blue. Hex color #1A2A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2A67 is #E5D598. Grayscale: #2B2B2B. Windows color (decimal): -15062425 or 6760986. OLE color: 6760986.
HSL color Cylindrical-coordinate representation of color #1A2A67: hue angle of 227.53º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A2A67 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 42 | 103 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.60 |
| HSL | 227.53º | 0.6% | 0.25% | - |
| HSV(B) | 227.53º | 0.75% | 0.4% | - |
| XYZ | 3.7 | 2.85 | 13.19 | - |
| YUV | 44.17 | 161.2 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 42 | 103 | 0.75 | 0.59 | 0 | 0.60 | 227.53 | 0.6 | 0.25 |
| Hex | 1A | 2A | 67 | 4B | 3B | 0 | 3C | E4 | 3C | 19 |
| Octal | 32 | 52 | 147 | 113 | 73 | 0 | 74 | 344 | 74 | 31 |
| Binary | 11010 | 101010 | 1100111 | 1001011 | 111011 | 0 | 111100 | 11100100 | 111100 | 11001 |
Color Harmonies of #1A2A67
Complementary color
Monochromatic Colors of #1A2A67
Black with #1A2A67
Text Example
Text Example
White with #1A2A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2A67; }
p { color: rgb(26,42,103); }
H1.HeaderClassName
{
color: #1A2A67;
}
.AnyTagClassName
{
color: #1A2A67;
}
</style>
background-color css
<style>
a { background-color: #1A2A67; }
a { background-color: rgb(26,42,103); }
div.DivClassName
{
background-color: #1A2A67;
}
.BgClassName
{
background-color: #1A2A67;
}
</style>
border-color css
<style>
span { border-color: #1A2A67; }
span { border-color: rgb(26,42,103); }
td.TdClassName
{
border-color: #1A2A67;
}
.TagClassName
{
border-color: #1A2A67;
}
</style>