Shades of Sapphire #001A7B
Tints of Sapphire #001A7B
RGB
CMYK
RGB Variations
Color information
#001A7B (or 0x001A7B) is known color: Sapphire. HEX triplet: 00, 1A and 7B. RGB value is (0,26,123). Sum of RGB (Red+Green+Blue) = 0+26+123=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 123 (48.44% from 255 or 82.55% from 149); Max value from RGB is 123 - color contains mainly: blue. Hex color #001A7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001A7B is #FFE584. Grayscale: #1C1C1C. Windows color (decimal): -16770437 or 8067584. OLE color: 8067584.
HSL color Cylindrical-coordinate representation of color #001A7B: hue angle of 227.32º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A7B is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 26 | 123 | - |
| CMYK | 1 | 0.79 | 0 | 0.52 |
| HSL | 227.32º | 1% | 0.24% | - |
| HSV(B) | 227.32º | 1% | 0.48% | - |
| XYZ | 3.94 | 2.17 | 18.95 | - |
| YUV | 29.28 | 180.89 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 123 | 1 | 0.79 | 0 | 0.52 | 227.32 | 1 | 0.24 |
| Hex | 0 | 1A | 7B | 64 | 4F | 0 | 34 | E3 | 64 | 18 |
| Octal | 0 | 32 | 173 | 144 | 117 | 0 | 64 | 343 | 144 | 30 |
| Binary | 0 | 11010 | 1111011 | 1100100 | 1001111 | 0 | 110100 | 11100011 | 1100100 | 11000 |
Color Harmonies of #001A7B
Complementary color
Monochromatic Colors of #001A7B
Black with #001A7B
Text Example
Text Example
White with #001A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A7B; }
p { color: rgb(0,26,123); }
H1.HeaderClassName
{
color: #001A7B;
}
.AnyTagClassName
{
color: #001A7B;
}
</style>
background-color css
<style>
a { background-color: #001A7B; }
a { background-color: rgb(0,26,123); }
div.DivClassName
{
background-color: #001A7B;
}
.BgClassName
{
background-color: #001A7B;
}
</style>
border-color css
<style>
span { border-color: #001A7B; }
span { border-color: rgb(0,26,123); }
td.TdClassName
{
border-color: #001A7B;
}
.TagClassName
{
border-color: #001A7B;
}
</style>