Shades of Sapphire #06145D
Tints of Sapphire #06145D
RGB
CMYK
RGB Variations
Color information
#06145D (or 0x06145D) is known color: Sapphire. HEX triplet: 06, 14 and 5D. RGB value is (6,20,93). Sum of RGB (Red+Green+Blue) = 6+20+93=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 93 (36.72% from 255 or 78.15% from 119); Max value from RGB is 93 - color contains mainly: blue. Hex color #06145D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06145D is #F9EBA2. Grayscale: #171717. Windows color (decimal): -16378787 or 6099974. OLE color: 6099974.
HSL color Cylindrical-coordinate representation of color #06145D: hue angle of 230.34º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06145D is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 20 | 93 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.64 |
| HSL | 230.34º | 0.88% | 0.19% | - |
| HSV(B) | 230.34º | 0.94% | 0.36% | - |
| XYZ | 2.3 | 1.33 | 10.49 | - |
| YUV | 24.14 | 166.86 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 93 | 0.94 | 0.78 | 0 | 0.64 | 230.34 | 0.88 | 0.19 |
| Hex | 6 | 14 | 5D | 5E | 4E | 0 | 40 | E6 | 58 | 13 |
| Octal | 6 | 24 | 135 | 136 | 116 | 0 | 100 | 346 | 130 | 23 |
| Binary | 110 | 10100 | 1011101 | 1011110 | 1001110 | 0 | 1000000 | 11100110 | 1011000 | 10011 |
Color Harmonies of #06145D
Complementary color
Monochromatic Colors of #06145D
Black with #06145D
Text Example
Text Example
White with #06145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06145D; }
p { color: rgb(6,20,93); }
H1.HeaderClassName
{
color: #06145D;
}
.AnyTagClassName
{
color: #06145D;
}
</style>
background-color css
<style>
a { background-color: #06145D; }
a { background-color: rgb(6,20,93); }
div.DivClassName
{
background-color: #06145D;
}
.BgClassName
{
background-color: #06145D;
}
</style>
border-color css
<style>
span { border-color: #06145D; }
span { border-color: rgb(6,20,93); }
td.TdClassName
{
border-color: #06145D;
}
.TagClassName
{
border-color: #06145D;
}
</style>