Shades of Sapphire #1A306A
Tints of Sapphire #1A306A
RGB
CMYK
RGB Variations
Color information
#1A306A (or 0x1A306A) is known color: Sapphire. HEX triplet: 1A, 30 and 6A. RGB value is (26,48,106). Sum of RGB (Red+Green+Blue) = 26+48+106=180 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.44% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 106 (41.80% from 255 or 58.89% from 180); Max value from RGB is 106 - color contains mainly: blue. Hex color #1A306A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A306A is #E5CF95. Grayscale: #2F2F2F. Windows color (decimal): -15060886 or 6959130. OLE color: 6959130.
HSL color Cylindrical-coordinate representation of color #1A306A: hue angle of 223.5º 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 #1A306A is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 48 | 106 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.58 |
| HSL | 223.5º | 0.61% | 0.26% | - |
| HSV(B) | 223.5º | 0.75% | 0.42% | - |
| XYZ | 4.08 | 3.37 | 14.07 | - |
| YUV | 48.03 | 160.71 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 48 | 106 | 0.75 | 0.55 | 0 | 0.58 | 223.5 | 0.61 | 0.26 |
| Hex | 1A | 30 | 6A | 4B | 37 | 0 | 3A | E0 | 3D | 1A |
| Octal | 32 | 60 | 152 | 113 | 67 | 0 | 72 | 340 | 75 | 32 |
| Binary | 11010 | 110000 | 1101010 | 1001011 | 110111 | 0 | 111010 | 11100000 | 111101 | 11010 |
Color Harmonies of #1A306A
Complementary color
Monochromatic Colors of #1A306A
Black with #1A306A
Text Example
Text Example
White with #1A306A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A306A; }
p { color: rgb(26,48,106); }
H1.HeaderClassName
{
color: #1A306A;
}
.AnyTagClassName
{
color: #1A306A;
}
</style>
background-color css
<style>
a { background-color: #1A306A; }
a { background-color: rgb(26,48,106); }
div.DivClassName
{
background-color: #1A306A;
}
.BgClassName
{
background-color: #1A306A;
}
</style>
border-color css
<style>
span { border-color: #1A306A; }
span { border-color: rgb(26,48,106); }
td.TdClassName
{
border-color: #1A306A;
}
.TagClassName
{
border-color: #1A306A;
}
</style>