Shades of Sapphire #08307B
Tints of Sapphire #08307B
RGB
CMYK
RGB Variations
Color information
#08307B (or 0x08307B) is known color: Sapphire. HEX triplet: 08, 30 and 7B. RGB value is (8,48,123). Sum of RGB (Red+Green+Blue) = 8+48+123=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 123 (48.44% from 255 or 68.72% from 179); Max value from RGB is 123 - color contains mainly: blue. Hex color #08307B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08307B is #F7CF84. Grayscale: #2C2C2C. Windows color (decimal): -16240517 or 8073224. OLE color: 8073224.
HSL color Cylindrical-coordinate representation of color #08307B: hue angle of 219.13º 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 #08307B is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 48 | 123 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.52 |
| HSL | 219.13º | 0.88% | 0.26% | - |
| HSV(B) | 219.13º | 0.93% | 0.48% | - |
| XYZ | 4.73 | 3.6 | 19.18 | - |
| YUV | 44.59 | 172.25 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 48 | 123 | 0.93 | 0.61 | 0 | 0.52 | 219.13 | 0.88 | 0.26 |
| Hex | 8 | 30 | 7B | 5D | 3D | 0 | 34 | DB | 58 | 1A |
| Octal | 10 | 60 | 173 | 135 | 75 | 0 | 64 | 333 | 130 | 32 |
| Binary | 1000 | 110000 | 1111011 | 1011101 | 111101 | 0 | 110100 | 11011011 | 1011000 | 11010 |
Color Harmonies of #08307B
Complementary color
Monochromatic Colors of #08307B
Black with #08307B
Text Example
Text Example
White with #08307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08307B; }
p { color: rgb(8,48,123); }
H1.HeaderClassName
{
color: #08307B;
}
.AnyTagClassName
{
color: #08307B;
}
</style>
background-color css
<style>
a { background-color: #08307B; }
a { background-color: rgb(8,48,123); }
div.DivClassName
{
background-color: #08307B;
}
.BgClassName
{
background-color: #08307B;
}
</style>
border-color css
<style>
span { border-color: #08307B; }
span { border-color: rgb(8,48,123); }
td.TdClassName
{
border-color: #08307B;
}
.TagClassName
{
border-color: #08307B;
}
</style>