Shades of Sapphire #051365
Tints of Sapphire #051365
RGB
CMYK
RGB Variations
Color information
#051365 (or 0x051365) is known color: Sapphire. HEX triplet: 05, 13 and 65. RGB value is (5,19,101). Sum of RGB (Red+Green+Blue) = 5+19+101=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 101 (39.84% from 255 or 80.8% from 125); Max value from RGB is 101 - color contains mainly: blue. Hex color #051365 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051365 is #FAEC9A. Grayscale: #171717. Windows color (decimal): -16444571 or 6624005. OLE color: 6624005.
HSL color Cylindrical-coordinate representation of color #051365: hue angle of 231.25º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051365 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 19 | 101 | - |
| CMYK | 0.95 | 0.81 | 0 | 0.60 |
| HSL | 231.25º | 0.91% | 0.21% | - |
| HSV(B) | 231.25º | 0.95% | 0.4% | - |
| XYZ | 2.64 | 1.44 | 12.45 | - |
| YUV | 24.16 | 171.36 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 101 | 0.95 | 0.81 | 0 | 0.60 | 231.25 | 0.91 | 0.21 |
| Hex | 5 | 13 | 65 | 5F | 51 | 0 | 3C | E7 | 5B | 15 |
| Octal | 5 | 23 | 145 | 137 | 121 | 0 | 74 | 347 | 133 | 25 |
| Binary | 101 | 10011 | 1100101 | 1011111 | 1010001 | 0 | 111100 | 11100111 | 1011011 | 10101 |
Color Harmonies of #051365
Complementary color
Monochromatic Colors of #051365
Black with #051365
Text Example
Text Example
White with #051365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051365; }
p { color: rgb(5,19,101); }
H1.HeaderClassName
{
color: #051365;
}
.AnyTagClassName
{
color: #051365;
}
</style>
background-color css
<style>
a { background-color: #051365; }
a { background-color: rgb(5,19,101); }
div.DivClassName
{
background-color: #051365;
}
.BgClassName
{
background-color: #051365;
}
</style>
border-color css
<style>
span { border-color: #051365; }
span { border-color: rgb(5,19,101); }
td.TdClassName
{
border-color: #051365;
}
.TagClassName
{
border-color: #051365;
}
</style>