Shades of Sapphire #08145D
Tints of Sapphire #08145D
RGB
CMYK
RGB Variations
Color information
#08145D (or 0x08145D) is known color: Sapphire. HEX triplet: 08, 14 and 5D. RGB value is (8,20,93). Sum of RGB (Red+Green+Blue) = 8+20+93=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 93 (36.72% from 255 or 76.86% from 121); Max value from RGB is 93 - color contains mainly: blue. Hex color #08145D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08145D is #F7EBA2. Grayscale: #181818. Windows color (decimal): -16247715 or 6099976. OLE color: 6099976.
HSL color Cylindrical-coordinate representation of color #08145D: hue angle of 231.53º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08145D is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 20 | 93 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.64 |
| HSL | 231.53º | 0.84% | 0.2% | - |
| HSV(B) | 231.53º | 0.91% | 0.36% | - |
| XYZ | 2.33 | 1.34 | 10.49 | - |
| YUV | 24.73 | 166.52 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 93 | 0.91 | 0.78 | 0 | 0.64 | 231.53 | 0.84 | 0.2 |
| Hex | 8 | 14 | 5D | 5B | 4E | 0 | 40 | E8 | 54 | 14 |
| Octal | 10 | 24 | 135 | 133 | 116 | 0 | 100 | 350 | 124 | 24 |
| Binary | 1000 | 10100 | 1011101 | 1011011 | 1001110 | 0 | 1000000 | 11101000 | 1010100 | 10100 |
Color Harmonies of #08145D
Complementary color
Monochromatic Colors of #08145D
Black with #08145D
Text Example
Text Example
White with #08145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08145D; }
p { color: rgb(8,20,93); }
H1.HeaderClassName
{
color: #08145D;
}
.AnyTagClassName
{
color: #08145D;
}
</style>
background-color css
<style>
a { background-color: #08145D; }
a { background-color: rgb(8,20,93); }
div.DivClassName
{
background-color: #08145D;
}
.BgClassName
{
background-color: #08145D;
}
</style>
border-color css
<style>
span { border-color: #08145D; }
span { border-color: rgb(8,20,93); }
td.TdClassName
{
border-color: #08145D;
}
.TagClassName
{
border-color: #08145D;
}
</style>