Shades of Sapphire #1A3063
Tints of Sapphire #1A3063
RGB
CMYK
RGB Variations
Color information
#1A3063 (or 0x1A3063) is known color: Sapphire. HEX triplet: 1A, 30 and 63. RGB value is (26,48,99). Sum of RGB (Red+Green+Blue) = 26+48+99=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 99 (39.06% from 255 or 57.23% from 173); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A3063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3063 is #E5CF9C. Grayscale: #2F2F2F. Windows color (decimal): -15060893 or 6500378. OLE color: 6500378.
HSL color Cylindrical-coordinate representation of color #1A3063: hue angle of 221.92º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A3063 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 48 | 99 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.61 |
| HSL | 221.92º | 0.58% | 0.25% | - |
| HSV(B) | 221.92º | 0.74% | 0.39% | - |
| XYZ | 3.74 | 3.23 | 12.23 | - |
| YUV | 47.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 48 | 99 | 0.74 | 0.52 | 0 | 0.61 | 221.92 | 0.58 | 0.25 |
| Hex | 1A | 30 | 63 | 4A | 34 | 0 | 3D | DE | 3A | 19 |
| Octal | 32 | 60 | 143 | 112 | 64 | 0 | 75 | 336 | 72 | 31 |
| Binary | 11010 | 110000 | 1100011 | 1001010 | 110100 | 0 | 111101 | 11011110 | 111010 | 11001 |
Color Harmonies of #1A3063
Complementary color
Monochromatic Colors of #1A3063
Black with #1A3063
Text Example
Text Example
White with #1A3063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3063; }
p { color: rgb(26,48,99); }
H1.HeaderClassName
{
color: #1A3063;
}
.AnyTagClassName
{
color: #1A3063;
}
</style>
background-color css
<style>
a { background-color: #1A3063; }
a { background-color: rgb(26,48,99); }
div.DivClassName
{
background-color: #1A3063;
}
.BgClassName
{
background-color: #1A3063;
}
</style>
border-color css
<style>
span { border-color: #1A3063; }
span { border-color: rgb(26,48,99); }
td.TdClassName
{
border-color: #1A3063;
}
.TagClassName
{
border-color: #1A3063;
}
</style>