Shades of Sapphire #06145E
Tints of Sapphire #06145E
RGB
CMYK
RGB Variations
Color information
#06145E (or 0x06145E) is known color: Sapphire. HEX triplet: 06, 14 and 5E. RGB value is (6,20,94). Sum of RGB (Red+Green+Blue) = 6+20+94=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 94 (37.11% from 255 or 78.33% from 120); Max value from RGB is 94 - color contains mainly: blue. Hex color #06145E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06145E is #F9EBA1. Grayscale: #171717. Windows color (decimal): -16378786 or 6165510. OLE color: 6165510.
HSL color Cylindrical-coordinate representation of color #06145E: hue angle of 230.45º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06145E is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 20 | 94 | - |
| CMYK | 0.94 | 0.79 | 0 | 0.63 |
| HSL | 230.45º | 0.88% | 0.2% | - |
| HSV(B) | 230.45º | 0.94% | 0.37% | - |
| XYZ | 2.35 | 1.35 | 10.73 | - |
| YUV | 24.25 | 167.36 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 94 | 0.94 | 0.79 | 0 | 0.63 | 230.45 | 0.88 | 0.2 |
| Hex | 6 | 14 | 5E | 5E | 4F | 0 | 3F | E6 | 58 | 14 |
| Octal | 6 | 24 | 136 | 136 | 117 | 0 | 77 | 346 | 130 | 24 |
| Binary | 110 | 10100 | 1011110 | 1011110 | 1001111 | 0 | 111111 | 11100110 | 1011000 | 10100 |
Color Harmonies of #06145E
Complementary color
Monochromatic Colors of #06145E
Black with #06145E
Text Example
Text Example
White with #06145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06145E; }
p { color: rgb(6,20,94); }
H1.HeaderClassName
{
color: #06145E;
}
.AnyTagClassName
{
color: #06145E;
}
</style>
background-color css
<style>
a { background-color: #06145E; }
a { background-color: rgb(6,20,94); }
div.DivClassName
{
background-color: #06145E;
}
.BgClassName
{
background-color: #06145E;
}
</style>
border-color css
<style>
span { border-color: #06145E; }
span { border-color: rgb(6,20,94); }
td.TdClassName
{
border-color: #06145E;
}
.TagClassName
{
border-color: #06145E;
}
</style>