Shades of Sapphire #001A4D
Tints of Sapphire #001A4D
RGB
CMYK
RGB Variations
Color information
#001A4D (or 0x001A4D) is known color: Sapphire. HEX triplet: 00, 1A and 4D. RGB value is (0,26,77). Sum of RGB (Red+Green+Blue) = 0+26+77=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 26 (10.55% from 255 or 25.24% from 103); Blue value is 77 (30.47% from 255 or 74.76% from 103); Max value from RGB is 77 - color contains mainly: blue. Hex color #001A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001A4D is #FFE5B2. Grayscale: #171717. Windows color (decimal): -16770483 or 5052928. OLE color: 5052928.
HSL color Cylindrical-coordinate representation of color #001A4D: hue angle of 219.74º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A4D is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 26 | 77 | - |
| CMYK | 1 | 0.66 | 0 | 0.70 |
| HSL | 219.74º | 1% | 0.15% | - |
| HSV(B) | 219.74º | 1% | 0.3% | - |
| XYZ | 1.71 | 1.27 | 7.18 | - |
| YUV | 24.04 | 157.89 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 77 | 1 | 0.66 | 0 | 0.70 | 219.74 | 1 | 0.15 |
| Hex | 0 | 1A | 4D | 64 | 42 | 0 | 46 | DC | 64 | F |
| Octal | 0 | 32 | 115 | 144 | 102 | 0 | 106 | 334 | 144 | 17 |
| Binary | 0 | 11010 | 1001101 | 1100100 | 1000010 | 0 | 1000110 | 11011100 | 1100100 | 1111 |
Color Harmonies of #001A4D
Complementary color
Monochromatic Colors of #001A4D
Black with #001A4D
Text Example
Text Example
White with #001A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A4D; }
p { color: rgb(0,26,77); }
H1.HeaderClassName
{
color: #001A4D;
}
.AnyTagClassName
{
color: #001A4D;
}
</style>
background-color css
<style>
a { background-color: #001A4D; }
a { background-color: rgb(0,26,77); }
div.DivClassName
{
background-color: #001A4D;
}
.BgClassName
{
background-color: #001A4D;
}
</style>
border-color css
<style>
span { border-color: #001A4D; }
span { border-color: rgb(0,26,77); }
td.TdClassName
{
border-color: #001A4D;
}
.TagClassName
{
border-color: #001A4D;
}
</style>