Shades of Sapphire #001554
Tints of Sapphire #001554
RGB
CMYK
RGB Variations
Color information
#001554 (or 0x001554) is known color: Sapphire. HEX triplet: 00, 15 and 54. RGB value is (0,21,84). Sum of RGB (Red+Green+Blue) = 0+21+84=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 84 (33.20% from 255 or 80% from 105); Max value from RGB is 84 - color contains mainly: blue. Hex color #001554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001554 is #FFEAAB. Grayscale: #151515. Windows color (decimal): -16771756 or 5510400. OLE color: 5510400.
HSL color Cylindrical-coordinate representation of color #001554: hue angle of 225º 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 #001554 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 21 | 84 | - |
| CMYK | 1 | 0.75 | 0 | 0.67 |
| HSL | 225º | 1% | 0.16% | - |
| HSV(B) | 225º | 1% | 0.33% | - |
| XYZ | 1.87 | 1.18 | 8.52 | - |
| YUV | 21.9 | 163.04 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 84 | 1 | 0.75 | 0 | 0.67 | 225 | 1 | 0.16 |
| Hex | 0 | 15 | 54 | 64 | 4B | 0 | 43 | E1 | 64 | 10 |
| Octal | 0 | 25 | 124 | 144 | 113 | 0 | 103 | 341 | 144 | 20 |
| Binary | 0 | 10101 | 1010100 | 1100100 | 1001011 | 0 | 1000011 | 11100001 | 1100100 | 10000 |
Color Harmonies of #001554
Complementary color
Monochromatic Colors of #001554
Black with #001554
Text Example
Text Example
White with #001554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001554; }
p { color: rgb(0,21,84); }
H1.HeaderClassName
{
color: #001554;
}
.AnyTagClassName
{
color: #001554;
}
</style>
background-color css
<style>
a { background-color: #001554; }
a { background-color: rgb(0,21,84); }
div.DivClassName
{
background-color: #001554;
}
.BgClassName
{
background-color: #001554;
}
</style>
border-color css
<style>
span { border-color: #001554; }
span { border-color: rgb(0,21,84); }
td.TdClassName
{
border-color: #001554;
}
.TagClassName
{
border-color: #001554;
}
</style>