Shades of Sapphire #061369
Tints of Sapphire #061369
RGB
CMYK
RGB Variations
Color information
#061369 (or 0x061369) is known color: Sapphire. HEX triplet: 06, 13 and 69. RGB value is (6,19,105). Sum of RGB (Red+Green+Blue) = 6+19+105=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 105 (41.41% from 255 or 80.77% from 130); Max value from RGB is 105 - color contains mainly: blue. Hex color #061369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061369 is #F9EC96. Grayscale: #181818. Windows color (decimal): -16379031 or 6886150. OLE color: 6886150.
HSL color Cylindrical-coordinate representation of color #061369: hue angle of 232.12º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061369 is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 19 | 105 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.59 |
| HSL | 232.12º | 0.89% | 0.22% | - |
| HSV(B) | 232.12º | 0.94% | 0.41% | - |
| XYZ | 2.86 | 1.52 | 13.51 | - |
| YUV | 24.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 105 | 0.94 | 0.82 | 0 | 0.59 | 232.12 | 0.89 | 0.22 |
| Hex | 6 | 13 | 69 | 5E | 52 | 0 | 3B | E8 | 59 | 16 |
| Octal | 6 | 23 | 151 | 136 | 122 | 0 | 73 | 350 | 131 | 26 |
| Binary | 110 | 10011 | 1101001 | 1011110 | 1010010 | 0 | 111011 | 11101000 | 1011001 | 10110 |
Color Harmonies of #061369
Complementary color
Monochromatic Colors of #061369
Black with #061369
Text Example
Text Example
White with #061369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061369; }
p { color: rgb(6,19,105); }
H1.HeaderClassName
{
color: #061369;
}
.AnyTagClassName
{
color: #061369;
}
</style>
background-color css
<style>
a { background-color: #061369; }
a { background-color: rgb(6,19,105); }
div.DivClassName
{
background-color: #061369;
}
.BgClassName
{
background-color: #061369;
}
</style>
border-color css
<style>
span { border-color: #061369; }
span { border-color: rgb(6,19,105); }
td.TdClassName
{
border-color: #061369;
}
.TagClassName
{
border-color: #061369;
}
</style>