Shades of Sapphire #051665
Tints of Sapphire #051665
RGB
CMYK
RGB Variations
Color information
#051665 (or 0x051665) is known color: Sapphire. HEX triplet: 05, 16 and 65. RGB value is (5,22,101). Sum of RGB (Red+Green+Blue) = 5+22+101=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 101 (39.84% from 255 or 78.91% from 128); Max value from RGB is 101 - color contains mainly: blue. Hex color #051665 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051665 is #FAE99A. Grayscale: #191919. Windows color (decimal): -16443803 or 6624773. OLE color: 6624773.
HSL color Cylindrical-coordinate representation of color #051665: hue angle of 229.38º 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 #051665 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 22 | 101 | - |
| CMYK | 0.95 | 0.78 | 0 | 0.60 |
| HSL | 229.38º | 0.91% | 0.21% | - |
| HSV(B) | 229.38º | 0.95% | 0.4% | - |
| XYZ | 2.7 | 1.55 | 12.47 | - |
| YUV | 25.92 | 170.37 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 101 | 0.95 | 0.78 | 0 | 0.60 | 229.38 | 0.91 | 0.21 |
| Hex | 5 | 16 | 65 | 5F | 4E | 0 | 3C | E5 | 5B | 15 |
| Octal | 5 | 26 | 145 | 137 | 116 | 0 | 74 | 345 | 133 | 25 |
| Binary | 101 | 10110 | 1100101 | 1011111 | 1001110 | 0 | 111100 | 11100101 | 1011011 | 10101 |
Color Harmonies of #051665
Complementary color
Monochromatic Colors of #051665
Black with #051665
Text Example
Text Example
White with #051665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051665; }
p { color: rgb(5,22,101); }
H1.HeaderClassName
{
color: #051665;
}
.AnyTagClassName
{
color: #051665;
}
</style>
background-color css
<style>
a { background-color: #051665; }
a { background-color: rgb(5,22,101); }
div.DivClassName
{
background-color: #051665;
}
.BgClassName
{
background-color: #051665;
}
</style>
border-color css
<style>
span { border-color: #051665; }
span { border-color: rgb(5,22,101); }
td.TdClassName
{
border-color: #051665;
}
.TagClassName
{
border-color: #051665;
}
</style>