Shades of Sapphire #061263
Tints of Sapphire #061263
RGB
CMYK
RGB Variations
Color information
#061263 (or 0x061263) is known color: Sapphire. HEX triplet: 06, 12 and 63. RGB value is (6,18,99). Sum of RGB (Red+Green+Blue) = 6+18+99=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 99 (39.06% from 255 or 80.49% from 123); Max value from RGB is 99 - color contains mainly: blue. Hex color #061263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061263 is #F9ED9C. Grayscale: #171717. Windows color (decimal): -16379293 or 6492678. OLE color: 6492678.
HSL color Cylindrical-coordinate representation of color #061263: hue angle of 232.26º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061263 is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 18 | 99 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.61 |
| HSL | 232.26º | 0.89% | 0.21% | - |
| HSV(B) | 232.26º | 0.94% | 0.39% | - |
| XYZ | 2.54 | 1.37 | 11.94 | - |
| YUV | 23.65 | 170.52 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 99 | 0.94 | 0.82 | 0 | 0.61 | 232.26 | 0.89 | 0.21 |
| Hex | 6 | 12 | 63 | 5E | 52 | 0 | 3D | E8 | 59 | 15 |
| Octal | 6 | 22 | 143 | 136 | 122 | 0 | 75 | 350 | 131 | 25 |
| Binary | 110 | 10010 | 1100011 | 1011110 | 1010010 | 0 | 111101 | 11101000 | 1011001 | 10101 |
Color Harmonies of #061263
Complementary color
Monochromatic Colors of #061263
Black with #061263
Text Example
Text Example
White with #061263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061263; }
p { color: rgb(6,18,99); }
H1.HeaderClassName
{
color: #061263;
}
.AnyTagClassName
{
color: #061263;
}
</style>
background-color css
<style>
a { background-color: #061263; }
a { background-color: rgb(6,18,99); }
div.DivClassName
{
background-color: #061263;
}
.BgClassName
{
background-color: #061263;
}
</style>
border-color css
<style>
span { border-color: #061263; }
span { border-color: rgb(6,18,99); }
td.TdClassName
{
border-color: #061263;
}
.TagClassName
{
border-color: #061263;
}
</style>