Shades of Sapphire #08275B
Tints of Sapphire #08275B
RGB
CMYK
RGB Variations
Color information
#08275B (or 0x08275B) is known color: Sapphire. HEX triplet: 08, 27 and 5B. RGB value is (8,39,91). Sum of RGB (Red+Green+Blue) = 8+39+91=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 91 (35.94% from 255 or 65.94% from 138); Max value from RGB is 91 - color contains mainly: blue. Hex color #08275B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08275B is #F7D8A4. Grayscale: #232323. Windows color (decimal): -16242853 or 5973768. OLE color: 5973768.
HSL color Cylindrical-coordinate representation of color #08275B: hue angle of 217.59º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08275B is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 39 | 91 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.64 |
| HSL | 217.59º | 0.84% | 0.19% | - |
| HSV(B) | 217.59º | 0.91% | 0.36% | - |
| XYZ | 2.71 | 2.26 | 10.19 | - |
| YUV | 35.66 | 159.23 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 91 | 0.91 | 0.57 | 0 | 0.64 | 217.59 | 0.84 | 0.19 |
| Hex | 8 | 27 | 5B | 5B | 39 | 0 | 40 | DA | 54 | 13 |
| Octal | 10 | 47 | 133 | 133 | 71 | 0 | 100 | 332 | 124 | 23 |
| Binary | 1000 | 100111 | 1011011 | 1011011 | 111001 | 0 | 1000000 | 11011010 | 1010100 | 10011 |
Color Harmonies of #08275B
Complementary color
Monochromatic Colors of #08275B
Black with #08275B
Text Example
Text Example
White with #08275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08275B; }
p { color: rgb(8,39,91); }
H1.HeaderClassName
{
color: #08275B;
}
.AnyTagClassName
{
color: #08275B;
}
</style>
background-color css
<style>
a { background-color: #08275B; }
a { background-color: rgb(8,39,91); }
div.DivClassName
{
background-color: #08275B;
}
.BgClassName
{
background-color: #08275B;
}
</style>
border-color css
<style>
span { border-color: #08275B; }
span { border-color: rgb(8,39,91); }
td.TdClassName
{
border-color: #08275B;
}
.TagClassName
{
border-color: #08275B;
}
</style>