Shades of Sapphire #08256D
Tints of Sapphire #08256D
RGB
CMYK
RGB Variations
Color information
#08256D (or 0x08256D) is known color: Sapphire. HEX triplet: 08, 25 and 6D. RGB value is (8,37,109). Sum of RGB (Red+Green+Blue) = 8+37+109=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 109 (42.97% from 255 or 70.78% from 154); Max value from RGB is 109 - color contains mainly: blue. Hex color #08256D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08256D is #F7DA92. Grayscale: #242424. Windows color (decimal): -16243347 or 7152904. OLE color: 7152904.
HSL color Cylindrical-coordinate representation of color #08256D: hue angle of 222.77º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08256D is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 37 | 109 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.57 |
| HSL | 222.77º | 0.86% | 0.23% | - |
| HSV(B) | 222.77º | 0.93% | 0.43% | - |
| XYZ | 3.52 | 2.48 | 14.76 | - |
| YUV | 36.54 | 168.89 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 109 | 0.93 | 0.66 | 0 | 0.57 | 222.77 | 0.86 | 0.23 |
| Hex | 8 | 25 | 6D | 5D | 42 | 0 | 39 | DF | 56 | 17 |
| Octal | 10 | 45 | 155 | 135 | 102 | 0 | 71 | 337 | 126 | 27 |
| Binary | 1000 | 100101 | 1101101 | 1011101 | 1000010 | 0 | 111001 | 11011111 | 1010110 | 10111 |
Color Harmonies of #08256D
Complementary color
Monochromatic Colors of #08256D
Black with #08256D
Text Example
Text Example
White with #08256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08256D; }
p { color: rgb(8,37,109); }
H1.HeaderClassName
{
color: #08256D;
}
.AnyTagClassName
{
color: #08256D;
}
</style>
background-color css
<style>
a { background-color: #08256D; }
a { background-color: rgb(8,37,109); }
div.DivClassName
{
background-color: #08256D;
}
.BgClassName
{
background-color: #08256D;
}
</style>
border-color css
<style>
span { border-color: #08256D; }
span { border-color: rgb(8,37,109); }
td.TdClassName
{
border-color: #08256D;
}
.TagClassName
{
border-color: #08256D;
}
</style>