Shades of Sapphire #051673
Tints of Sapphire #051673
RGB
CMYK
RGB Variations
Color information
#051673 (or 0x051673) is known color: Sapphire. HEX triplet: 05, 16 and 73. RGB value is (5,22,115). Sum of RGB (Red+Green+Blue) = 5+22+115=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 115 (45.31% from 255 or 80.99% from 142); Max value from RGB is 115 - color contains mainly: blue. Hex color #051673 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051673 is #FAE98C. Grayscale: #1B1B1B. Windows color (decimal): -16443789 or 7542277. OLE color: 7542277.
HSL color Cylindrical-coordinate representation of color #051673: hue angle of 230.73º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051673 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 22 | 115 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.55 |
| HSL | 230.73º | 0.92% | 0.24% | - |
| HSV(B) | 230.73º | 0.96% | 0.45% | - |
| XYZ | 3.44 | 1.84 | 16.39 | - |
| YUV | 27.52 | 177.37 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 115 | 0.96 | 0.81 | 0 | 0.55 | 230.73 | 0.92 | 0.24 |
| Hex | 5 | 16 | 73 | 60 | 51 | 0 | 37 | E7 | 5C | 18 |
| Octal | 5 | 26 | 163 | 140 | 121 | 0 | 67 | 347 | 134 | 30 |
| Binary | 101 | 10110 | 1110011 | 1100000 | 1010001 | 0 | 110111 | 11100111 | 1011100 | 11000 |
Color Harmonies of #051673
Complementary color
Monochromatic Colors of #051673
Black with #051673
Text Example
Text Example
White with #051673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051673; }
p { color: rgb(5,22,115); }
H1.HeaderClassName
{
color: #051673;
}
.AnyTagClassName
{
color: #051673;
}
</style>
background-color css
<style>
a { background-color: #051673; }
a { background-color: rgb(5,22,115); }
div.DivClassName
{
background-color: #051673;
}
.BgClassName
{
background-color: #051673;
}
</style>
border-color css
<style>
span { border-color: #051673; }
span { border-color: rgb(5,22,115); }
td.TdClassName
{
border-color: #051673;
}
.TagClassName
{
border-color: #051673;
}
</style>