Shades of Sapphire #001654
Tints of Sapphire #001654
RGB
CMYK
RGB Variations
Color information
#001654 (or 0x001654) is known color: Sapphire. HEX triplet: 00, 16 and 54. RGB value is (0,22,84). Sum of RGB (Red+Green+Blue) = 0+22+84=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 84 (33.20% from 255 or 79.25% from 106); Max value from RGB is 84 - color contains mainly: blue. Hex color #001654 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001654 is #FFE9AB. Grayscale: #161616. Windows color (decimal): -16771500 or 5510656. OLE color: 5510656.
HSL color Cylindrical-coordinate representation of color #001654: hue angle of 224.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001654 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 22 | 84 | - |
| CMYK | 1 | 0.74 | 0 | 0.67 |
| HSL | 224.29º | 1% | 0.16% | - |
| HSV(B) | 224.29º | 1% | 0.33% | - |
| XYZ | 1.89 | 1.21 | 8.52 | - |
| YUV | 22.49 | 162.71 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 84 | 1 | 0.74 | 0 | 0.67 | 224.29 | 1 | 0.16 |
| Hex | 0 | 16 | 54 | 64 | 4A | 0 | 43 | E0 | 64 | 10 |
| Octal | 0 | 26 | 124 | 144 | 112 | 0 | 103 | 340 | 144 | 20 |
| Binary | 0 | 10110 | 1010100 | 1100100 | 1001010 | 0 | 1000011 | 11100000 | 1100100 | 10000 |
Color Harmonies of #001654
Complementary color
Monochromatic Colors of #001654
Black with #001654
Text Example
Text Example
White with #001654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001654; }
p { color: rgb(0,22,84); }
H1.HeaderClassName
{
color: #001654;
}
.AnyTagClassName
{
color: #001654;
}
</style>
background-color css
<style>
a { background-color: #001654; }
a { background-color: rgb(0,22,84); }
div.DivClassName
{
background-color: #001654;
}
.BgClassName
{
background-color: #001654;
}
</style>
border-color css
<style>
span { border-color: #001654; }
span { border-color: rgb(0,22,84); }
td.TdClassName
{
border-color: #001654;
}
.TagClassName
{
border-color: #001654;
}
</style>