Shades of Sapphire #08195D
Tints of Sapphire #08195D
RGB
CMYK
RGB Variations
Color information
#08195D (or 0x08195D) is known color: Sapphire. HEX triplet: 08, 19 and 5D. RGB value is (8,25,93). Sum of RGB (Red+Green+Blue) = 8+25+93=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 93 (36.72% from 255 or 73.81% from 126); Max value from RGB is 93 - color contains mainly: blue. Hex color #08195D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08195D is #F7E6A2. Grayscale: #1B1B1B. Windows color (decimal): -16246435 or 6101256. OLE color: 6101256.
HSL color Cylindrical-coordinate representation of color #08195D: hue angle of 228º 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 #08195D is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 25 | 93 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.64 |
| HSL | 228º | 0.84% | 0.2% | - |
| HSV(B) | 228º | 0.91% | 0.36% | - |
| XYZ | 2.42 | 1.54 | 10.52 | - |
| YUV | 27.67 | 164.87 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 93 | 0.91 | 0.73 | 0 | 0.64 | 228 | 0.84 | 0.2 |
| Hex | 8 | 19 | 5D | 5B | 49 | 0 | 40 | E4 | 54 | 14 |
| Octal | 10 | 31 | 135 | 133 | 111 | 0 | 100 | 344 | 124 | 24 |
| Binary | 1000 | 11001 | 1011101 | 1011011 | 1001001 | 0 | 1000000 | 11100100 | 1010100 | 10100 |
Color Harmonies of #08195D
Complementary color
Monochromatic Colors of #08195D
Black with #08195D
Text Example
Text Example
White with #08195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08195D; }
p { color: rgb(8,25,93); }
H1.HeaderClassName
{
color: #08195D;
}
.AnyTagClassName
{
color: #08195D;
}
</style>
background-color css
<style>
a { background-color: #08195D; }
a { background-color: rgb(8,25,93); }
div.DivClassName
{
background-color: #08195D;
}
.BgClassName
{
background-color: #08195D;
}
</style>
border-color css
<style>
span { border-color: #08195D; }
span { border-color: rgb(8,25,93); }
td.TdClassName
{
border-color: #08195D;
}
.TagClassName
{
border-color: #08195D;
}
</style>