Shades of Sapphire #083077
Tints of Sapphire #083077
RGB
CMYK
RGB Variations
Color information
#083077 (or 0x083077) is known color: Sapphire. HEX triplet: 08, 30 and 77. RGB value is (8,48,119). Sum of RGB (Red+Green+Blue) = 8+48+119=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 119 (46.88% from 255 or 68% from 175); Max value from RGB is 119 - color contains mainly: blue. Hex color #083077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083077 is #F7CF88. Grayscale: #2B2B2B. Windows color (decimal): -16240521 or 7811080. OLE color: 7811080.
HSL color Cylindrical-coordinate representation of color #083077: hue angle of 218.38º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083077 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 48 | 119 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.53 |
| HSL | 218.38º | 0.87% | 0.25% | - |
| HSV(B) | 218.38º | 0.93% | 0.47% | - |
| XYZ | 4.49 | 3.5 | 17.89 | - |
| YUV | 44.13 | 170.25 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 48 | 119 | 0.93 | 0.60 | 0 | 0.53 | 218.38 | 0.87 | 0.25 |
| Hex | 8 | 30 | 77 | 5D | 3C | 0 | 35 | DA | 57 | 19 |
| Octal | 10 | 60 | 167 | 135 | 74 | 0 | 65 | 332 | 127 | 31 |
| Binary | 1000 | 110000 | 1110111 | 1011101 | 111100 | 0 | 110101 | 11011010 | 1010111 | 11001 |
Color Harmonies of #083077
Complementary color
Monochromatic Colors of #083077
Black with #083077
Text Example
Text Example
White with #083077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083077; }
p { color: rgb(8,48,119); }
H1.HeaderClassName
{
color: #083077;
}
.AnyTagClassName
{
color: #083077;
}
</style>
background-color css
<style>
a { background-color: #083077; }
a { background-color: rgb(8,48,119); }
div.DivClassName
{
background-color: #083077;
}
.BgClassName
{
background-color: #083077;
}
</style>
border-color css
<style>
span { border-color: #083077; }
span { border-color: rgb(8,48,119); }
td.TdClassName
{
border-color: #083077;
}
.TagClassName
{
border-color: #083077;
}
</style>