Shades of Sapphire #1A306C
Tints of Sapphire #1A306C
RGB
CMYK
RGB Variations
Color information
#1A306C (or 0x1A306C) is known color: Sapphire. HEX triplet: 1A, 30 and 6C. RGB value is (26,48,108). Sum of RGB (Red+Green+Blue) = 26+48+108=182 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.29% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #1A306C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A306C is #E5CF93. Grayscale: #303030. Windows color (decimal): -15060884 or 7090202. OLE color: 7090202.
HSL color Cylindrical-coordinate representation of color #1A306C: hue angle of 223.9º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A306C is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 48 | 108 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.58 |
| HSL | 223.9º | 0.61% | 0.26% | - |
| HSV(B) | 223.9º | 0.76% | 0.42% | - |
| XYZ | 4.19 | 3.42 | 14.63 | - |
| YUV | 48.26 | 161.71 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 48 | 108 | 0.76 | 0.56 | 0 | 0.58 | 223.9 | 0.61 | 0.26 |
| Hex | 1A | 30 | 6C | 4C | 38 | 0 | 3A | E0 | 3D | 1A |
| Octal | 32 | 60 | 154 | 114 | 70 | 0 | 72 | 340 | 75 | 32 |
| Binary | 11010 | 110000 | 1101100 | 1001100 | 111000 | 0 | 111010 | 11100000 | 111101 | 11010 |
Color Harmonies of #1A306C
Complementary color
Monochromatic Colors of #1A306C
Black with #1A306C
Text Example
Text Example
White with #1A306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A306C; }
p { color: rgb(26,48,108); }
H1.HeaderClassName
{
color: #1A306C;
}
.AnyTagClassName
{
color: #1A306C;
}
</style>
background-color css
<style>
a { background-color: #1A306C; }
a { background-color: rgb(26,48,108); }
div.DivClassName
{
background-color: #1A306C;
}
.BgClassName
{
background-color: #1A306C;
}
</style>
border-color css
<style>
span { border-color: #1A306C; }
span { border-color: rgb(26,48,108); }
td.TdClassName
{
border-color: #1A306C;
}
.TagClassName
{
border-color: #1A306C;
}
</style>