Shades of Sapphire #08134E
Tints of Sapphire #08134E
RGB
CMYK
RGB Variations
Color information
#08134E (or 0x08134E) is known color: Sapphire. HEX triplet: 08, 13 and 4E. RGB value is (8,19,78). Sum of RGB (Red+Green+Blue) = 8+19+78=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 78 (30.86% from 255 or 74.29% from 105); Max value from RGB is 78 - color contains mainly: blue. Hex color #08134E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08134E is #F7ECB1. Grayscale: #161616. Windows color (decimal): -16247986 or 5116680. OLE color: 5116680.
HSL color Cylindrical-coordinate representation of color #08134E: hue angle of 230.57º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08134E is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 19 | 78 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.69 |
| HSL | 230.57º | 0.81% | 0.17% | - |
| HSV(B) | 230.57º | 0.9% | 0.31% | - |
| XYZ | 1.71 | 1.07 | 7.32 | - |
| YUV | 22.44 | 159.36 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 78 | 0.90 | 0.76 | 0 | 0.69 | 230.57 | 0.81 | 0.17 |
| Hex | 8 | 13 | 4E | 5A | 4C | 0 | 45 | E7 | 51 | 11 |
| Octal | 10 | 23 | 116 | 132 | 114 | 0 | 105 | 347 | 121 | 21 |
| Binary | 1000 | 10011 | 1001110 | 1011010 | 1001100 | 0 | 1000101 | 11100111 | 1010001 | 10001 |
Color Harmonies of #08134E
Complementary color
Monochromatic Colors of #08134E
Black with #08134E
Text Example
Text Example
White with #08134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08134E; }
p { color: rgb(8,19,78); }
H1.HeaderClassName
{
color: #08134E;
}
.AnyTagClassName
{
color: #08134E;
}
</style>
background-color css
<style>
a { background-color: #08134E; }
a { background-color: rgb(8,19,78); }
div.DivClassName
{
background-color: #08134E;
}
.BgClassName
{
background-color: #08134E;
}
</style>
border-color css
<style>
span { border-color: #08134E; }
span { border-color: rgb(8,19,78); }
td.TdClassName
{
border-color: #08134E;
}
.TagClassName
{
border-color: #08134E;
}
</style>