Shades of Sapphire #08257B
Tints of Sapphire #08257B
RGB
CMYK
RGB Variations
Color information
#08257B (or 0x08257B) is known color: Sapphire. HEX triplet: 08, 25 and 7B. RGB value is (8,37,123). Sum of RGB (Red+Green+Blue) = 8+37+123=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 123 (48.44% from 255 or 73.21% from 168); Max value from RGB is 123 - color contains mainly: blue. Hex color #08257B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08257B is #F7DA84. Grayscale: #252525. Windows color (decimal): -16243333 or 8070408. OLE color: 8070408.
HSL color Cylindrical-coordinate representation of color #08257B: hue angle of 224.87º 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 #08257B is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 37 | 123 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.52 |
| HSL | 224.87º | 0.88% | 0.26% | - |
| HSV(B) | 224.87º | 0.93% | 0.48% | - |
| XYZ | 4.34 | 2.8 | 19.05 | - |
| YUV | 38.13 | 175.89 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 123 | 0.93 | 0.70 | 0 | 0.52 | 224.87 | 0.88 | 0.26 |
| Hex | 8 | 25 | 7B | 5D | 46 | 0 | 34 | E1 | 58 | 1A |
| Octal | 10 | 45 | 173 | 135 | 106 | 0 | 64 | 341 | 130 | 32 |
| Binary | 1000 | 100101 | 1111011 | 1011101 | 1000110 | 0 | 110100 | 11100001 | 1011000 | 11010 |
Color Harmonies of #08257B
Complementary color
Monochromatic Colors of #08257B
Black with #08257B
Text Example
Text Example
White with #08257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08257B; }
p { color: rgb(8,37,123); }
H1.HeaderClassName
{
color: #08257B;
}
.AnyTagClassName
{
color: #08257B;
}
</style>
background-color css
<style>
a { background-color: #08257B; }
a { background-color: rgb(8,37,123); }
div.DivClassName
{
background-color: #08257B;
}
.BgClassName
{
background-color: #08257B;
}
</style>
border-color css
<style>
span { border-color: #08257B; }
span { border-color: rgb(8,37,123); }
td.TdClassName
{
border-color: #08257B;
}
.TagClassName
{
border-color: #08257B;
}
</style>