Shades of Sapphire #08135C
Tints of Sapphire #08135C
RGB
CMYK
RGB Variations
Color information
#08135C (or 0x08135C) is known color: Sapphire. HEX triplet: 08, 13 and 5C. RGB value is (8,19,92). Sum of RGB (Red+Green+Blue) = 8+19+92=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 92 (36.33% from 255 or 77.31% from 119); Max value from RGB is 92 - color contains mainly: blue. Hex color #08135C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08135C is #F7ECA3. Grayscale: #171717. Windows color (decimal): -16247972 or 6034184. OLE color: 6034184.
HSL color Cylindrical-coordinate representation of color #08135C: hue angle of 232.14º 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 #08135C is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 19 | 92 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.64 |
| HSL | 232.14º | 0.84% | 0.2% | - |
| HSV(B) | 232.14º | 0.91% | 0.36% | - |
| XYZ | 2.26 | 1.29 | 10.25 | - |
| YUV | 24.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 92 | 0.91 | 0.79 | 0 | 0.64 | 232.14 | 0.84 | 0.2 |
| Hex | 8 | 13 | 5C | 5B | 4F | 0 | 40 | E8 | 54 | 14 |
| Octal | 10 | 23 | 134 | 133 | 117 | 0 | 100 | 350 | 124 | 24 |
| Binary | 1000 | 10011 | 1011100 | 1011011 | 1001111 | 0 | 1000000 | 11101000 | 1010100 | 10100 |
Color Harmonies of #08135C
Complementary color
Monochromatic Colors of #08135C
Black with #08135C
Text Example
Text Example
White with #08135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08135C; }
p { color: rgb(8,19,92); }
H1.HeaderClassName
{
color: #08135C;
}
.AnyTagClassName
{
color: #08135C;
}
</style>
background-color css
<style>
a { background-color: #08135C; }
a { background-color: rgb(8,19,92); }
div.DivClassName
{
background-color: #08135C;
}
.BgClassName
{
background-color: #08135C;
}
</style>
border-color css
<style>
span { border-color: #08135C; }
span { border-color: rgb(8,19,92); }
td.TdClassName
{
border-color: #08135C;
}
.TagClassName
{
border-color: #08135C;
}
</style>