Shades of Sapphire #1A3067
Tints of Sapphire #1A3067
RGB
CMYK
RGB Variations
Color information
#1A3067 (or 0x1A3067) is known color: Sapphire. HEX triplet: 1A, 30 and 67. RGB value is (26,48,103). Sum of RGB (Red+Green+Blue) = 26+48+103=177 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.69% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 103 (40.62% from 255 or 58.19% from 177); Max value from RGB is 103 - color contains mainly: blue. Hex color #1A3067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3067 is #E5CF98. Grayscale: #2F2F2F. Windows color (decimal): -15060889 or 6762522. OLE color: 6762522.
HSL color Cylindrical-coordinate representation of color #1A3067: hue angle of 222.86º 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 #1A3067 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 48 | 103 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.60 |
| HSL | 222.86º | 0.6% | 0.25% | - |
| HSV(B) | 222.86º | 0.75% | 0.4% | - |
| XYZ | 3.93 | 3.31 | 13.26 | - |
| YUV | 47.69 | 159.21 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 48 | 103 | 0.75 | 0.53 | 0 | 0.60 | 222.86 | 0.6 | 0.25 |
| Hex | 1A | 30 | 67 | 4B | 35 | 0 | 3C | DF | 3C | 19 |
| Octal | 32 | 60 | 147 | 113 | 65 | 0 | 74 | 337 | 74 | 31 |
| Binary | 11010 | 110000 | 1100111 | 1001011 | 110101 | 0 | 111100 | 11011111 | 111100 | 11001 |
Color Harmonies of #1A3067
Complementary color
Monochromatic Colors of #1A3067
Black with #1A3067
Text Example
Text Example
White with #1A3067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3067; }
p { color: rgb(26,48,103); }
H1.HeaderClassName
{
color: #1A3067;
}
.AnyTagClassName
{
color: #1A3067;
}
</style>
background-color css
<style>
a { background-color: #1A3067; }
a { background-color: rgb(26,48,103); }
div.DivClassName
{
background-color: #1A3067;
}
.BgClassName
{
background-color: #1A3067;
}
</style>
border-color css
<style>
span { border-color: #1A3067; }
span { border-color: rgb(26,48,103); }
td.TdClassName
{
border-color: #1A3067;
}
.TagClassName
{
border-color: #1A3067;
}
</style>