Shades of Sapphire #08277B
Tints of Sapphire #08277B
RGB
CMYK
RGB Variations
Color information
#08277B (or 0x08277B) is known color: Sapphire. HEX triplet: 08, 27 and 7B. RGB value is (8,39,123). Sum of RGB (Red+Green+Blue) = 8+39+123=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 123 (48.44% from 255 or 72.35% from 170); Max value from RGB is 123 - color contains mainly: blue. Hex color #08277B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08277B is #F7D884. Grayscale: #262626. Windows color (decimal): -16242821 or 8070920. OLE color: 8070920.
HSL color Cylindrical-coordinate representation of color #08277B: hue angle of 223.83º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08277B is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 39 | 123 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.52 |
| HSL | 223.83º | 0.88% | 0.26% | - |
| HSV(B) | 223.83º | 0.93% | 0.48% | - |
| XYZ | 4.4 | 2.93 | 19.07 | - |
| YUV | 39.31 | 175.23 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 123 | 0.93 | 0.68 | 0 | 0.52 | 223.83 | 0.88 | 0.26 |
| Hex | 8 | 27 | 7B | 5D | 44 | 0 | 34 | E0 | 58 | 1A |
| Octal | 10 | 47 | 173 | 135 | 104 | 0 | 64 | 340 | 130 | 32 |
| Binary | 1000 | 100111 | 1111011 | 1011101 | 1000100 | 0 | 110100 | 11100000 | 1011000 | 11010 |
Color Harmonies of #08277B
Complementary color
Monochromatic Colors of #08277B
Black with #08277B
Text Example
Text Example
White with #08277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08277B; }
p { color: rgb(8,39,123); }
H1.HeaderClassName
{
color: #08277B;
}
.AnyTagClassName
{
color: #08277B;
}
</style>
background-color css
<style>
a { background-color: #08277B; }
a { background-color: rgb(8,39,123); }
div.DivClassName
{
background-color: #08277B;
}
.BgClassName
{
background-color: #08277B;
}
</style>
border-color css
<style>
span { border-color: #08277B; }
span { border-color: rgb(8,39,123); }
td.TdClassName
{
border-color: #08277B;
}
.TagClassName
{
border-color: #08277B;
}
</style>