Shades of Sapphire #08135E
Tints of Sapphire #08135E
RGB
CMYK
RGB Variations
Color information
#08135E (or 0x08135E) is known color: Sapphire. HEX triplet: 08, 13 and 5E. RGB value is (8,19,94). Sum of RGB (Red+Green+Blue) = 8+19+94=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 94 (37.11% from 255 or 77.69% from 121); Max value from RGB is 94 - color contains mainly: blue. Hex color #08135E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08135E is #F7ECA1. Grayscale: #171717. Windows color (decimal): -16247970 or 6165256. OLE color: 6165256.
HSL color Cylindrical-coordinate representation of color #08135E: hue angle of 232.33º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08135E is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 19 | 94 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.63 |
| HSL | 232.33º | 0.84% | 0.2% | - |
| HSV(B) | 232.33º | 0.91% | 0.37% | - |
| XYZ | 2.35 | 1.33 | 10.72 | - |
| YUV | 24.26 | 167.36 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 94 | 0.91 | 0.80 | 0 | 0.63 | 232.33 | 0.84 | 0.2 |
| Hex | 8 | 13 | 5E | 5B | 50 | 0 | 3F | E8 | 54 | 14 |
| Octal | 10 | 23 | 136 | 133 | 120 | 0 | 77 | 350 | 124 | 24 |
| Binary | 1000 | 10011 | 1011110 | 1011011 | 1010000 | 0 | 111111 | 11101000 | 1010100 | 10100 |
Color Harmonies of #08135E
Complementary color
Monochromatic Colors of #08135E
Black with #08135E
Text Example
Text Example
White with #08135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08135E; }
p { color: rgb(8,19,94); }
H1.HeaderClassName
{
color: #08135E;
}
.AnyTagClassName
{
color: #08135E;
}
</style>
background-color css
<style>
a { background-color: #08135E; }
a { background-color: rgb(8,19,94); }
div.DivClassName
{
background-color: #08135E;
}
.BgClassName
{
background-color: #08135E;
}
</style>
border-color css
<style>
span { border-color: #08135E; }
span { border-color: rgb(8,19,94); }
td.TdClassName
{
border-color: #08135E;
}
.TagClassName
{
border-color: #08135E;
}
</style>