Shades of Sapphire #051363
Tints of Sapphire #051363
RGB
CMYK
RGB Variations
Color information
#051363 (or 0x051363) is known color: Sapphire. HEX triplet: 05, 13 and 63. RGB value is (5,19,99). Sum of RGB (Red+Green+Blue) = 5+19+99=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 99 (39.06% from 255 or 80.49% from 123); Max value from RGB is 99 - color contains mainly: blue. Hex color #051363 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051363 is #FAEC9C. Grayscale: #171717. Windows color (decimal): -16444573 or 6492933. OLE color: 6492933.
HSL color Cylindrical-coordinate representation of color #051363: hue angle of 231.06º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051363 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 19 | 99 | - |
| CMYK | 0.95 | 0.81 | 0 | 0.61 |
| HSL | 231.06º | 0.9% | 0.2% | - |
| HSV(B) | 231.06º | 0.95% | 0.39% | - |
| XYZ | 2.55 | 1.4 | 11.94 | - |
| YUV | 23.93 | 170.36 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 99 | 0.95 | 0.81 | 0 | 0.61 | 231.06 | 0.9 | 0.2 |
| Hex | 5 | 13 | 63 | 5F | 51 | 0 | 3D | E7 | 5A | 14 |
| Octal | 5 | 23 | 143 | 137 | 121 | 0 | 75 | 347 | 132 | 24 |
| Binary | 101 | 10011 | 1100011 | 1011111 | 1010001 | 0 | 111101 | 11100111 | 1011010 | 10100 |
Color Harmonies of #051363
Complementary color
Monochromatic Colors of #051363
Black with #051363
Text Example
Text Example
White with #051363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051363; }
p { color: rgb(5,19,99); }
H1.HeaderClassName
{
color: #051363;
}
.AnyTagClassName
{
color: #051363;
}
</style>
background-color css
<style>
a { background-color: #051363; }
a { background-color: rgb(5,19,99); }
div.DivClassName
{
background-color: #051363;
}
.BgClassName
{
background-color: #051363;
}
</style>
border-color css
<style>
span { border-color: #051363; }
span { border-color: rgb(5,19,99); }
td.TdClassName
{
border-color: #051363;
}
.TagClassName
{
border-color: #051363;
}
</style>