Shades of Sapphire #051770
Tints of Sapphire #051770
RGB
CMYK
RGB Variations
Color information
#051770 (or 0x051770) is known color: Sapphire. HEX triplet: 05, 17 and 70. RGB value is (5,23,112). Sum of RGB (Red+Green+Blue) = 5+23+112=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 112 (44.14% from 255 or 80% from 140); Max value from RGB is 112 - color contains mainly: blue. Hex color #051770 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051770 is #FAE88F. Grayscale: #1B1B1B. Windows color (decimal): -16443536 or 7345925. OLE color: 7345925.
HSL color Cylindrical-coordinate representation of color #051770: hue angle of 229.91º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051770 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 23 | 112 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.56 |
| HSL | 229.91º | 0.91% | 0.23% | - |
| HSV(B) | 229.91º | 0.96% | 0.44% | - |
| XYZ | 3.29 | 1.81 | 15.51 | - |
| YUV | 27.76 | 175.54 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 112 | 0.96 | 0.79 | 0 | 0.56 | 229.91 | 0.91 | 0.23 |
| Hex | 5 | 17 | 70 | 60 | 4F | 0 | 38 | E6 | 5B | 17 |
| Octal | 5 | 27 | 160 | 140 | 117 | 0 | 70 | 346 | 133 | 27 |
| Binary | 101 | 10111 | 1110000 | 1100000 | 1001111 | 0 | 111000 | 11100110 | 1011011 | 10111 |
Color Harmonies of #051770
Complementary color
Monochromatic Colors of #051770
Black with #051770
Text Example
Text Example
White with #051770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051770; }
p { color: rgb(5,23,112); }
H1.HeaderClassName
{
color: #051770;
}
.AnyTagClassName
{
color: #051770;
}
</style>
background-color css
<style>
a { background-color: #051770; }
a { background-color: rgb(5,23,112); }
div.DivClassName
{
background-color: #051770;
}
.BgClassName
{
background-color: #051770;
}
</style>
border-color css
<style>
span { border-color: #051770; }
span { border-color: rgb(5,23,112); }
td.TdClassName
{
border-color: #051770;
}
.TagClassName
{
border-color: #051770;
}
</style>