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