Shades of Sapphire #002054
Tints of Sapphire #002054
RGB
CMYK
RGB Variations
Color information
#002054 (or 0x002054) is known color: Sapphire. HEX triplet: 00, 20 and 54. RGB value is (0,32,84). Sum of RGB (Red+Green+Blue) = 0+32+84=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 84 (33.20% from 255 or 72.41% from 116); Max value from RGB is 84 - color contains mainly: blue. Hex color #002054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002054 is #FFDFAB. Grayscale: #1C1C1C. Windows color (decimal): -16768940 or 5513216. OLE color: 5513216.
HSL color Cylindrical-coordinate representation of color #002054: hue angle of 217.14º 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 #002054 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 32 | 84 | - |
| CMYK | 1 | 0.62 | 0 | 0.67 |
| HSL | 217.14º | 1% | 0.16% | - |
| HSV(B) | 217.14º | 1% | 0.33% | - |
| XYZ | 2.12 | 1.67 | 8.6 | - |
| YUV | 28.36 | 159.4 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 84 | 1 | 0.62 | 0 | 0.67 | 217.14 | 1 | 0.16 |
| Hex | 0 | 20 | 54 | 64 | 3E | 0 | 43 | D9 | 64 | 10 |
| Octal | 0 | 40 | 124 | 144 | 76 | 0 | 103 | 331 | 144 | 20 |
| Binary | 0 | 100000 | 1010100 | 1100100 | 111110 | 0 | 1000011 | 11011001 | 1100100 | 10000 |
Color Harmonies of #002054
Complementary color
Monochromatic Colors of #002054
Black with #002054
Text Example
Text Example
White with #002054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002054; }
p { color: rgb(0,32,84); }
H1.HeaderClassName
{
color: #002054;
}
.AnyTagClassName
{
color: #002054;
}
</style>
background-color css
<style>
a { background-color: #002054; }
a { background-color: rgb(0,32,84); }
div.DivClassName
{
background-color: #002054;
}
.BgClassName
{
background-color: #002054;
}
</style>
border-color css
<style>
span { border-color: #002054; }
span { border-color: rgb(0,32,84); }
td.TdClassName
{
border-color: #002054;
}
.TagClassName
{
border-color: #002054;
}
</style>