Shades of Sapphire #08277D
Tints of Sapphire #08277D
RGB
CMYK
RGB Variations
Color information
#08277D (or 0x08277D) is known color: Sapphire. HEX triplet: 08, 27 and 7D. RGB value is (8,39,125). Sum of RGB (Red+Green+Blue) = 8+39+125=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 125 (49.22% from 255 or 72.67% from 172); Max value from RGB is 125 - color contains mainly: blue. Hex color #08277D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08277D is #F7D882. Grayscale: #272727. Windows color (decimal): -16242819 or 8201992. OLE color: 8201992.
HSL color Cylindrical-coordinate representation of color #08277D: hue angle of 224.1º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08277D is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 39 | 125 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.51 |
| HSL | 224.1º | 0.88% | 0.26% | - |
| HSV(B) | 224.1º | 0.94% | 0.49% | - |
| XYZ | 4.53 | 2.98 | 19.74 | - |
| YUV | 39.54 | 176.23 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 125 | 0.94 | 0.69 | 0 | 0.51 | 224.1 | 0.88 | 0.26 |
| Hex | 8 | 27 | 7D | 5E | 45 | 0 | 33 | E0 | 58 | 1A |
| Octal | 10 | 47 | 175 | 136 | 105 | 0 | 63 | 340 | 130 | 32 |
| Binary | 1000 | 100111 | 1111101 | 1011110 | 1000101 | 0 | 110011 | 11100000 | 1011000 | 11010 |
Color Harmonies of #08277D
Complementary color
Monochromatic Colors of #08277D
Black with #08277D
Text Example
Text Example
White with #08277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08277D; }
p { color: rgb(8,39,125); }
H1.HeaderClassName
{
color: #08277D;
}
.AnyTagClassName
{
color: #08277D;
}
</style>
background-color css
<style>
a { background-color: #08277D; }
a { background-color: rgb(8,39,125); }
div.DivClassName
{
background-color: #08277D;
}
.BgClassName
{
background-color: #08277D;
}
</style>
border-color css
<style>
span { border-color: #08277D; }
span { border-color: rgb(8,39,125); }
td.TdClassName
{
border-color: #08277D;
}
.TagClassName
{
border-color: #08277D;
}
</style>