Shades of Sapphire #001A43
Tints of Sapphire #001A43
RGB
CMYK
RGB Variations
Color information
#001A43 (or 0x001A43) is known color: Sapphire. HEX triplet: 00, 1A and 43. RGB value is (0,26,67). Sum of RGB (Red+Green+Blue) = 0+26+67=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 67 (26.56% from 255 or 72.04% from 93); Max value from RGB is 67 - color contains mainly: blue. Hex color #001A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A43 is #FFE5BC. Grayscale: #161616. Windows color (decimal): -16770493 or 4397568. OLE color: 4397568.
HSL color Cylindrical-coordinate representation of color #001A43: hue angle of 216.72º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A43 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 26 | 67 | - |
| CMYK | 1 | 0.61 | 0 | 0.74 |
| HSL | 216.72º | 1% | 0.13% | - |
| HSV(B) | 216.72º | 1% | 0.26% | - |
| XYZ | 1.38 | 1.14 | 5.46 | - |
| YUV | 22.9 | 152.89 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 67 | 1 | 0.61 | 0 | 0.74 | 216.72 | 1 | 0.13 |
| Hex | 0 | 1A | 43 | 64 | 3D | 0 | 4A | D9 | 64 | D |
| Octal | 0 | 32 | 103 | 144 | 75 | 0 | 112 | 331 | 144 | 15 |
| Binary | 0 | 11010 | 1000011 | 1100100 | 111101 | 0 | 1001010 | 11011001 | 1100100 | 1101 |
Color Harmonies of #001A43
Complementary color
Monochromatic Colors of #001A43
Black with #001A43
Text Example
Text Example
White with #001A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A43; }
p { color: rgb(0,26,67); }
H1.HeaderClassName
{
color: #001A43;
}
.AnyTagClassName
{
color: #001A43;
}
</style>
background-color css
<style>
a { background-color: #001A43; }
a { background-color: rgb(0,26,67); }
div.DivClassName
{
background-color: #001A43;
}
.BgClassName
{
background-color: #001A43;
}
</style>
border-color css
<style>
span { border-color: #001A43; }
span { border-color: rgb(0,26,67); }
td.TdClassName
{
border-color: #001A43;
}
.TagClassName
{
border-color: #001A43;
}
</style>