Shades of Sapphire #08145A
Tints of Sapphire #08145A
RGB
CMYK
RGB Variations
Color information
#08145A (or 0x08145A) is known color: Sapphire. HEX triplet: 08, 14 and 5A. RGB value is (8,20,90). Sum of RGB (Red+Green+Blue) = 8+20+90=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 90 (35.55% from 255 or 76.27% from 118); Max value from RGB is 90 - color contains mainly: blue. Hex color #08145A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08145A is #F7EBA5. Grayscale: #181818. Windows color (decimal): -16247718 or 5903368. OLE color: 5903368.
HSL color Cylindrical-coordinate representation of color #08145A: hue angle of 231.22º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08145A is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 20 | 90 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.65 |
| HSL | 231.22º | 0.84% | 0.19% | - |
| HSV(B) | 231.22º | 0.91% | 0.35% | - |
| XYZ | 2.2 | 1.29 | 9.81 | - |
| YUV | 24.39 | 165.02 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 90 | 0.91 | 0.78 | 0 | 0.65 | 231.22 | 0.84 | 0.19 |
| Hex | 8 | 14 | 5A | 5B | 4E | 0 | 41 | E7 | 54 | 13 |
| Octal | 10 | 24 | 132 | 133 | 116 | 0 | 101 | 347 | 124 | 23 |
| Binary | 1000 | 10100 | 1011010 | 1011011 | 1001110 | 0 | 1000001 | 11100111 | 1010100 | 10011 |
Color Harmonies of #08145A
Complementary color
Monochromatic Colors of #08145A
Black with #08145A
Text Example
Text Example
White with #08145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08145A; }
p { color: rgb(8,20,90); }
H1.HeaderClassName
{
color: #08145A;
}
.AnyTagClassName
{
color: #08145A;
}
</style>
background-color css
<style>
a { background-color: #08145A; }
a { background-color: rgb(8,20,90); }
div.DivClassName
{
background-color: #08145A;
}
.BgClassName
{
background-color: #08145A;
}
</style>
border-color css
<style>
span { border-color: #08145A; }
span { border-color: rgb(8,20,90); }
td.TdClassName
{
border-color: #08145A;
}
.TagClassName
{
border-color: #08145A;
}
</style>