Shades of Sapphire #06145C
Tints of Sapphire #06145C
RGB
CMYK
RGB Variations
Color information
#06145C (or 0x06145C) is known color: Sapphire. HEX triplet: 06, 14 and 5C. RGB value is (6,20,92). Sum of RGB (Red+Green+Blue) = 6+20+92=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 92 (36.33% from 255 or 77.97% from 118); Max value from RGB is 92 - color contains mainly: blue. Hex color #06145C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06145C is #F9EBA3. Grayscale: #171717. Windows color (decimal): -16378788 or 6034438. OLE color: 6034438.
HSL color Cylindrical-coordinate representation of color #06145C: hue angle of 230.23º 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 #06145C is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 20 | 92 | - |
| CMYK | 0.93 | 0.78 | 0 | 0.64 |
| HSL | 230.23º | 0.88% | 0.19% | - |
| HSV(B) | 230.23º | 0.93% | 0.36% | - |
| XYZ | 2.26 | 1.31 | 10.26 | - |
| YUV | 24.02 | 166.36 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 92 | 0.93 | 0.78 | 0 | 0.64 | 230.23 | 0.88 | 0.19 |
| Hex | 6 | 14 | 5C | 5D | 4E | 0 | 40 | E6 | 58 | 13 |
| Octal | 6 | 24 | 134 | 135 | 116 | 0 | 100 | 346 | 130 | 23 |
| Binary | 110 | 10100 | 1011100 | 1011101 | 1001110 | 0 | 1000000 | 11100110 | 1011000 | 10011 |
Color Harmonies of #06145C
Complementary color
Monochromatic Colors of #06145C
Black with #06145C
Text Example
Text Example
White with #06145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06145C; }
p { color: rgb(6,20,92); }
H1.HeaderClassName
{
color: #06145C;
}
.AnyTagClassName
{
color: #06145C;
}
</style>
background-color css
<style>
a { background-color: #06145C; }
a { background-color: rgb(6,20,92); }
div.DivClassName
{
background-color: #06145C;
}
.BgClassName
{
background-color: #06145C;
}
</style>
border-color css
<style>
span { border-color: #06145C; }
span { border-color: rgb(6,20,92); }
td.TdClassName
{
border-color: #06145C;
}
.TagClassName
{
border-color: #06145C;
}
</style>