Shades of Sapphire #08256B
Tints of Sapphire #08256B
RGB
CMYK
RGB Variations
Color information
#08256B (or 0x08256B) is known color: Sapphire. HEX triplet: 08, 25 and 6B. RGB value is (8,37,107). Sum of RGB (Red+Green+Blue) = 8+37+107=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 107 (42.19% from 255 or 70.39% from 152); Max value from RGB is 107 - color contains mainly: blue. Hex color #08256B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08256B is #F7DA94. Grayscale: #242424. Windows color (decimal): -16243349 or 7021832. OLE color: 7021832.
HSL color Cylindrical-coordinate representation of color #08256B: hue angle of 222.42º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08256B is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 37 | 107 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.58 |
| HSL | 222.42º | 0.86% | 0.23% | - |
| HSV(B) | 222.42º | 0.93% | 0.42% | - |
| XYZ | 3.42 | 2.44 | 14.2 | - |
| YUV | 36.31 | 167.89 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 107 | 0.93 | 0.65 | 0 | 0.58 | 222.42 | 0.86 | 0.23 |
| Hex | 8 | 25 | 6B | 5D | 41 | 0 | 3A | DE | 56 | 17 |
| Octal | 10 | 45 | 153 | 135 | 101 | 0 | 72 | 336 | 126 | 27 |
| Binary | 1000 | 100101 | 1101011 | 1011101 | 1000001 | 0 | 111010 | 11011110 | 1010110 | 10111 |
Color Harmonies of #08256B
Complementary color
Monochromatic Colors of #08256B
Black with #08256B
Text Example
Text Example
White with #08256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08256B; }
p { color: rgb(8,37,107); }
H1.HeaderClassName
{
color: #08256B;
}
.AnyTagClassName
{
color: #08256B;
}
</style>
background-color css
<style>
a { background-color: #08256B; }
a { background-color: rgb(8,37,107); }
div.DivClassName
{
background-color: #08256B;
}
.BgClassName
{
background-color: #08256B;
}
</style>
border-color css
<style>
span { border-color: #08256B; }
span { border-color: rgb(8,37,107); }
td.TdClassName
{
border-color: #08256B;
}
.TagClassName
{
border-color: #08256B;
}
</style>