Shades of Sapphire #06254D
Tints of Sapphire #06254D
RGB
CMYK
RGB Variations
Color information
#06254D (or 0x06254D) is known color: Sapphire. HEX triplet: 06, 25 and 4D. RGB value is (6,37,77). Sum of RGB (Red+Green+Blue) = 6+37+77=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #06254D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06254D is #F9DAB2. Grayscale: #202020. Windows color (decimal): -16374451 or 5055750. OLE color: 5055750.
HSL color Cylindrical-coordinate representation of color #06254D: hue angle of 213.8º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06254D is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 37 | 77 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.70 |
| HSL | 213.8º | 0.86% | 0.16% | - |
| HSV(B) | 213.8º | 0.92% | 0.3% | - |
| XYZ | 2.08 | 1.9 | 7.28 | - |
| YUV | 32.29 | 153.23 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 37 | 77 | 0.92 | 0.52 | 0 | 0.70 | 213.8 | 0.86 | 0.16 |
| Hex | 6 | 25 | 4D | 5C | 34 | 0 | 46 | D6 | 56 | 10 |
| Octal | 6 | 45 | 115 | 134 | 64 | 0 | 106 | 326 | 126 | 20 |
| Binary | 110 | 100101 | 1001101 | 1011100 | 110100 | 0 | 1000110 | 11010110 | 1010110 | 10000 |
Color Harmonies of #06254D
Complementary color
Monochromatic Colors of #06254D
Black with #06254D
Text Example
Text Example
White with #06254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06254D; }
p { color: rgb(6,37,77); }
H1.HeaderClassName
{
color: #06254D;
}
.AnyTagClassName
{
color: #06254D;
}
</style>
background-color css
<style>
a { background-color: #06254D; }
a { background-color: rgb(6,37,77); }
div.DivClassName
{
background-color: #06254D;
}
.BgClassName
{
background-color: #06254D;
}
</style>
border-color css
<style>
span { border-color: #06254D; }
span { border-color: rgb(6,37,77); }
td.TdClassName
{
border-color: #06254D;
}
.TagClassName
{
border-color: #06254D;
}
</style>