Shades of Sapphire #001A69
Tints of Sapphire #001A69
RGB
CMYK
RGB Variations
Color information
#001A69 (or 0x001A69) is known color: Sapphire. HEX triplet: 00, 1A and 69. RGB value is (0,26,105). Sum of RGB (Red+Green+Blue) = 0+26+105=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 105 (41.41% from 255 or 80.15% from 131); Max value from RGB is 105 - color contains mainly: blue. Hex color #001A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001A69 is #FFE596. Grayscale: #1A1A1A. Windows color (decimal): -16770455 or 6887936. OLE color: 6887936.
HSL color Cylindrical-coordinate representation of color #001A69: hue angle of 225.14º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A69 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 26 | 105 | - |
| CMYK | 1 | 0.75 | 0 | 0.59 |
| HSL | 225.14º | 1% | 0.21% | - |
| HSV(B) | 225.14º | 1% | 0.41% | - |
| XYZ | 2.92 | 1.76 | 13.55 | - |
| YUV | 27.23 | 171.89 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 105 | 1 | 0.75 | 0 | 0.59 | 225.14 | 1 | 0.21 |
| Hex | 0 | 1A | 69 | 64 | 4B | 0 | 3B | E1 | 64 | 15 |
| Octal | 0 | 32 | 151 | 144 | 113 | 0 | 73 | 341 | 144 | 25 |
| Binary | 0 | 11010 | 1101001 | 1100100 | 1001011 | 0 | 111011 | 11100001 | 1100100 | 10101 |
Color Harmonies of #001A69
Complementary color
Monochromatic Colors of #001A69
Black with #001A69
Text Example
Text Example
White with #001A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A69; }
p { color: rgb(0,26,105); }
H1.HeaderClassName
{
color: #001A69;
}
.AnyTagClassName
{
color: #001A69;
}
</style>
background-color css
<style>
a { background-color: #001A69; }
a { background-color: rgb(0,26,105); }
div.DivClassName
{
background-color: #001A69;
}
.BgClassName
{
background-color: #001A69;
}
</style>
border-color css
<style>
span { border-color: #001A69; }
span { border-color: rgb(0,26,105); }
td.TdClassName
{
border-color: #001A69;
}
.TagClassName
{
border-color: #001A69;
}
</style>