Shades of Sapphire #08145B
Tints of Sapphire #08145B
RGB
CMYK
RGB Variations
Color information
#08145B (or 0x08145B) is known color: Sapphire. HEX triplet: 08, 14 and 5B. RGB value is (8,20,91). Sum of RGB (Red+Green+Blue) = 8+20+91=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 91 (35.94% from 255 or 76.47% from 119); Max value from RGB is 91 - color contains mainly: blue. Hex color #08145B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08145B is #F7EBA4. Grayscale: #181818. Windows color (decimal): -16247717 or 5968904. OLE color: 5968904.
HSL color Cylindrical-coordinate representation of color #08145B: hue angle of 231.33º 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 #08145B is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 20 | 91 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.64 |
| HSL | 231.33º | 0.84% | 0.19% | - |
| HSV(B) | 231.33º | 0.91% | 0.36% | - |
| XYZ | 2.24 | 1.31 | 10.03 | - |
| YUV | 24.51 | 165.52 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 91 | 0.91 | 0.78 | 0 | 0.64 | 231.33 | 0.84 | 0.19 |
| Hex | 8 | 14 | 5B | 5B | 4E | 0 | 40 | E7 | 54 | 13 |
| Octal | 10 | 24 | 133 | 133 | 116 | 0 | 100 | 347 | 124 | 23 |
| Binary | 1000 | 10100 | 1011011 | 1011011 | 1001110 | 0 | 1000000 | 11100111 | 1010100 | 10011 |
Color Harmonies of #08145B
Complementary color
Monochromatic Colors of #08145B
Black with #08145B
Text Example
Text Example
White with #08145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08145B; }
p { color: rgb(8,20,91); }
H1.HeaderClassName
{
color: #08145B;
}
.AnyTagClassName
{
color: #08145B;
}
</style>
background-color css
<style>
a { background-color: #08145B; }
a { background-color: rgb(8,20,91); }
div.DivClassName
{
background-color: #08145B;
}
.BgClassName
{
background-color: #08145B;
}
</style>
border-color css
<style>
span { border-color: #08145B; }
span { border-color: rgb(8,20,91); }
td.TdClassName
{
border-color: #08145B;
}
.TagClassName
{
border-color: #08145B;
}
</style>