Shades of Sapphire #1A3070
Tints of Sapphire #1A3070
RGB
CMYK
RGB Variations
Color information
#1A3070 (or 0x1A3070) is known color: Sapphire. HEX triplet: 1A, 30 and 70. RGB value is (26,48,112). Sum of RGB (Red+Green+Blue) = 26+48+112=186 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.98% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A3070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3070 is #E5CF8F. Grayscale: #303030. Windows color (decimal): -15060880 or 7352346. OLE color: 7352346.
HSL color Cylindrical-coordinate representation of color #1A3070: hue angle of 224.65º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A3070 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 48 | 112 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.56 |
| HSL | 224.65º | 0.62% | 0.27% | - |
| HSV(B) | 224.65º | 0.77% | 0.44% | - |
| XYZ | 4.41 | 3.5 | 15.77 | - |
| YUV | 48.72 | 163.71 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 48 | 112 | 0.77 | 0.57 | 0 | 0.56 | 224.65 | 0.62 | 0.27 |
| Hex | 1A | 30 | 70 | 4D | 39 | 0 | 38 | E1 | 3E | 1B |
| Octal | 32 | 60 | 160 | 115 | 71 | 0 | 70 | 341 | 76 | 33 |
| Binary | 11010 | 110000 | 1110000 | 1001101 | 111001 | 0 | 111000 | 11100001 | 111110 | 11011 |
Color Harmonies of #1A3070
Complementary color
Monochromatic Colors of #1A3070
Black with #1A3070
Text Example
Text Example
White with #1A3070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3070; }
p { color: rgb(26,48,112); }
H1.HeaderClassName
{
color: #1A3070;
}
.AnyTagClassName
{
color: #1A3070;
}
</style>
background-color css
<style>
a { background-color: #1A3070; }
a { background-color: rgb(26,48,112); }
div.DivClassName
{
background-color: #1A3070;
}
.BgClassName
{
background-color: #1A3070;
}
</style>
border-color css
<style>
span { border-color: #1A3070; }
span { border-color: rgb(26,48,112); }
td.TdClassName
{
border-color: #1A3070;
}
.TagClassName
{
border-color: #1A3070;
}
</style>