Shades of Sapphire #061465
Tints of Sapphire #061465
RGB
CMYK
RGB Variations
Color information
#061465 (or 0x061465) is known color: Sapphire. HEX triplet: 06, 14 and 65. RGB value is (6,20,101). Sum of RGB (Red+Green+Blue) = 6+20+101=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 101 (39.84% from 255 or 79.53% from 127); Max value from RGB is 101 - color contains mainly: blue. Hex color #061465 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061465 is #F9EB9A. Grayscale: #181818. Windows color (decimal): -16378779 or 6624262. OLE color: 6624262.
HSL color Cylindrical-coordinate representation of color #061465: hue angle of 231.16º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061465 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 20 | 101 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.60 |
| HSL | 231.16º | 0.89% | 0.21% | - |
| HSV(B) | 231.16º | 0.94% | 0.4% | - |
| XYZ | 2.67 | 1.48 | 12.46 | - |
| YUV | 25.05 | 170.86 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 101 | 0.94 | 0.80 | 0 | 0.60 | 231.16 | 0.89 | 0.21 |
| Hex | 6 | 14 | 65 | 5E | 50 | 0 | 3C | E7 | 59 | 15 |
| Octal | 6 | 24 | 145 | 136 | 120 | 0 | 74 | 347 | 131 | 25 |
| Binary | 110 | 10100 | 1100101 | 1011110 | 1010000 | 0 | 111100 | 11100111 | 1011001 | 10101 |
Color Harmonies of #061465
Complementary color
Monochromatic Colors of #061465
Black with #061465
Text Example
Text Example
White with #061465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061465; }
p { color: rgb(6,20,101); }
H1.HeaderClassName
{
color: #061465;
}
.AnyTagClassName
{
color: #061465;
}
</style>
background-color css
<style>
a { background-color: #061465; }
a { background-color: rgb(6,20,101); }
div.DivClassName
{
background-color: #061465;
}
.BgClassName
{
background-color: #061465;
}
</style>
border-color css
<style>
span { border-color: #061465; }
span { border-color: rgb(6,20,101); }
td.TdClassName
{
border-color: #061465;
}
.TagClassName
{
border-color: #061465;
}
</style>